summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe/zsafe.pro
Unidiff
Diffstat (limited to 'noncore/apps/zsafe/zsafe.pro') (more/less context) (show 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
@@ -15,3 +15,17 @@ TARGET = zsafe
15 15
16include ( $(OPIEDIR)/include.pro ) 16include ( $(OPIEDIR)/include.pro )
17 17
18QWS {
19message( "Configuring for multi-threaded Qt..." )
20
21}
22
23win32 {
24 TEMPLATE = app
25 DEFINES += DESKTOP QT_DLL QT_THREAD_SUPPORT
26 SOURCES += extra/qsettings.cpp
27 HEADERS += extra/qsettings.h
28 INCLUDEPATH+= extra
29 DEPENDPATH += extra
30 RC_FILE = zsafe.rc
31}