summaryrefslogtreecommitdiff
path: root/noncore/apps
authorllornkcor <llornkcor>2004-07-10 01:36:10 (UTC)
committer llornkcor <llornkcor>2004-07-10 01:36:10 (UTC)
commitd83b24ab6a294e320146220d7b1302f86b0c3560 (patch) (unidiff)
treedcb2a984f6319f9d30b5d18a7d5c2d1331824abb /noncore/apps
parentf16bf63fc655c1e85fed6ce96c464553b260f796 (diff)
downloadopie-d83b24ab6a294e320146220d7b1302f86b0c3560.zip
opie-d83b24ab6a294e320146220d7b1302f86b0c3560.tar.gz
opie-d83b24ab6a294e320146220d7b1302f86b0c3560.tar.bz2
add windows desktop stuff
Diffstat (limited to 'noncore/apps') (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 @@
1 TEMPLATE= app
2 #CONFIG = qt warn_on thread debug
3 CONFIG = qt warn_on thread release
4 DEFINES = DESKTOP WIN32
5DEFINES += QT_DLL QT_THREAD_SUPPORT
6HEADERS = zsafe.h krc2.h category.h categorylist.h zlistview.h qsettings.h shadedlistitem.h
7SOURCES = 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
14INTERFACES += infoform.ui wait.ui
15 TARGET = zsafe
16#DESTDIR = ../bin
17TRANSLATIONS = i18n/de/zsafe.ts
18RC_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
5HEADERS = zsafe.h krc2.h category.h categorylist.h zlistview.h shadedlistitem.h
6SOURCES = 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
11LIBS +=-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
13INTERFACES += infoform.ui wait.ui
14 TARGET = zsafe
15#DESTDIR = ../bin
16TRANSLATIONS = i18n/de/zsafe.ts