summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe/zsafe.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/zsafe/zsafe.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/zsafe/zsafe.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/apps/zsafe/zsafe.pro b/noncore/apps/zsafe/zsafe.pro
index 3cae706..236d11e 100644
--- a/noncore/apps/zsafe/zsafe.pro
+++ b/noncore/apps/zsafe/zsafe.pro
@@ -17 +17,15 @@ include ( $(OPIEDIR)/include.pro )
+QWS {
+message( "Configuring for multi-threaded Qt..." )
+
+}
+
+win32 {
+ TEMPLATE = app
+ DEFINES += DESKTOP QT_DLL QT_THREAD_SUPPORT
+ SOURCES += extra/qsettings.cpp
+ HEADERS += extra/qsettings.h
+ INCLUDEPATH += extra
+ DEPENDPATH += extra
+ RC_FILE = zsafe.rc
+}