summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe
authorllornkcor <llornkcor>2004-07-10 01:36:10 (UTC)
committer llornkcor <llornkcor>2004-07-10 01:36:10 (UTC)
commitd83b24ab6a294e320146220d7b1302f86b0c3560 (patch) (side-by-side diff)
treedcb2a984f6319f9d30b5d18a7d5c2d1331824abb /noncore/apps/zsafe
parentf16bf63fc655c1e85fed6ce96c464553b260f796 (diff)
downloadopie-d83b24ab6a294e320146220d7b1302f86b0c3560.zip
opie-d83b24ab6a294e320146220d7b1302f86b0c3560.tar.gz
opie-d83b24ab6a294e320146220d7b1302f86b0c3560.tar.bz2
add windows desktop stuff
Diffstat (limited to 'noncore/apps/zsafe') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/zsafe/zsafe.icobin0 -> 766 bytes
-rw-r--r--noncore/apps/zsafe/zsafe.rc1
-rw-r--r--noncore/apps/zsafe/zsafe_win32.pro18
-rw-r--r--noncore/apps/zsafe/zsafe_x86.pro16
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 @@
+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