-rw-r--r-- | noncore/apps/zsafe/zsafe.ico | bin | 0 -> 766 bytes | |||
-rw-r--r-- | noncore/apps/zsafe/zsafe.rc | 1 | ||||
-rw-r--r-- | noncore/apps/zsafe/zsafe_win32.pro | 18 | ||||
-rw-r--r-- | noncore/apps/zsafe/zsafe_x86.pro | 16 |
4 files changed, 35 insertions, 0 deletions
diff --git a/noncore/apps/zsafe/zsafe.ico b/noncore/apps/zsafe/zsafe.ico Binary files differnew file mode 100644 index 0000000..390e513 --- a/dev/null +++ b/noncore/apps/zsafe/zsafe.ico diff --git a/noncore/apps/zsafe/zsafe.rc b/noncore/apps/zsafe/zsafe.rc new file mode 100644 index 0000000..260dc17 --- a/dev/null +++ b/noncore/apps/zsafe/zsafe.rc @@ -0,0 +1 @@ +DI_ICON1 ICON DISCARDABLE "zsafe.ico"
\ No newline at end of file diff --git a/noncore/apps/zsafe/zsafe_win32.pro b/noncore/apps/zsafe/zsafe_win32.pro new file mode 100644 index 0000000..5bc2c9e --- a/dev/null +++ b/noncore/apps/zsafe/zsafe_win32.pro @@ -0,0 +1,18 @@ +TEMPLATE = app
+#CONFIG = qt warn_on thread debug
+CONFIG = qt warn_on thread release
+DEFINES = DESKTOP WIN32
+DEFINES += QT_DLL QT_THREAD_SUPPORT
+HEADERS = zsafe.h krc2.h category.h categorylist.h zlistview.h qsettings.h shadedlistitem.h
+SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp \
+ categorylist.cpp zlistview.cpp qsettings.cpp shadedlistitem.cpp
+#INCLUDEPATH += $(QTDIR)/include
+#INCLUDEPATH += .
+#DEPENDPATH += $(QTDIR)/include
+#LIBS += -lqt
+INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui
+INTERFACES += infoform.ui wait.ui
+TARGET = zsafe
+#DESTDIR = ../bin
+TRANSLATIONS = i18n/de/zsafe.ts
+RC_FILE = zsafe.rc
diff --git a/noncore/apps/zsafe/zsafe_x86.pro b/noncore/apps/zsafe/zsafe_x86.pro new file mode 100644 index 0000000..95eb63f --- a/dev/null +++ b/noncore/apps/zsafe/zsafe_x86.pro @@ -0,0 +1,16 @@ +TEMPLATE = app +#CONFIG = qt warn_on debug +CONFIG = qt warn_on release thread +DEFINES = DESKTOP QT_THREAD_SUPPORT +HEADERS = zsafe.h krc2.h category.h categorylist.h zlistview.h shadedlistitem.h +SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp categorylist.cpp zlistview.cpp shadedlistitem.cpp +INCLUDEPATH += $(QTDIR)/include +INCLUDEPATH += . +DEPENDPATH += $(QTDIR)/include +#LIBS +=-L$(QPEDIR)/lib -lqt +LIBS +=-Wl,-rpath,/usr/lib/qt3/lib -L/usr/lib/qt3/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm +INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui +INTERFACES += infoform.ui wait.ui +TARGET = zsafe +#DESTDIR = ../bin +TRANSLATIONS = i18n/de/zsafe.ts |