-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 new file mode 100644 index 0000000..390e513 --- a/dev/null +++ b/noncore/apps/zsafe/zsafe.ico | |||
Binary files differ | |||
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 @@ | |||
1 | TEMPLATE= app | ||
2 | #CONFIG = qt warn_on thread debug | ||
3 | CONFIG = qt warn_on thread release | ||
4 | DEFINES = DESKTOP WIN32 | ||
5 | DEFINES += QT_DLL QT_THREAD_SUPPORT | ||
6 | HEADERS = zsafe.h krc2.h category.h categorylist.h zlistview.h qsettings.h shadedlistitem.h | ||
7 | SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp \ | ||
8 | categorylist.cpp zlistview.cpp qsettings.cpp shadedlistitem.cpp | ||
9 | #INCLUDEPATH+= $(QTDIR)/include | ||
10 | #INCLUDEPATH+= . | ||
11 | #DEPENDPATH+= $(QTDIR)/include | ||
12 | #LIBS += -lqt | ||
13 | INTERFACES= newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui | ||
14 | INTERFACES += infoform.ui wait.ui | ||
15 | TARGET = zsafe | ||
16 | #DESTDIR = ../bin | ||
17 | TRANSLATIONS = i18n/de/zsafe.ts | ||
18 | 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 @@ | |||
1 | TEMPLATE= app | ||
2 | #CONFIG = qt warn_on debug | ||
3 | CONFIG = qt warn_on release thread | ||
4 | DEFINES = DESKTOP QT_THREAD_SUPPORT | ||
5 | HEADERS = zsafe.h krc2.h category.h categorylist.h zlistview.h shadedlistitem.h | ||
6 | SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp categorylist.cpp zlistview.cpp shadedlistitem.cpp | ||
7 | INCLUDEPATH+= $(QTDIR)/include | ||
8 | INCLUDEPATH+= . | ||
9 | DEPENDPATH+= $(QTDIR)/include | ||
10 | #LIBS +=-L$(QPEDIR)/lib -lqt | ||
11 | LIBS +=-Wl,-rpath,/usr/lib/qt3/lib -L/usr/lib/qt3/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm | ||
12 | INTERFACES= newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui | ||
13 | INTERFACES += infoform.ui wait.ui | ||
14 | TARGET = zsafe | ||
15 | #DESTDIR = ../bin | ||
16 | TRANSLATIONS = i18n/de/zsafe.ts | ||