summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/pwmanagerE.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/pwmanagerE.pro b/pwmanager/pwmanager/pwmanagerE.pro
index 95f5bf3..52d7586 100644
--- a/pwmanager/pwmanager/pwmanagerE.pro
+++ b/pwmanager/pwmanager/pwmanagerE.pro
@@ -1,44 +1,46 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on 2 CONFIG += qt warn_on
3 3
4 4
5 TARGET = pwmpi 5 TARGET = pwmpi
6OBJECTS_DIR = obj/$(PLATFORM) 6OBJECTS_DIR = obj/$(PLATFORM)
7MOC_DIR = moc/$(PLATFORM) 7MOC_DIR = moc/$(PLATFORM)
8DESTDIR=$(QPEDIR)/bin 8DESTDIR=$(QPEDIR)/bin
9 9
10INCLUDEPATH += . ../../ ../../qtcompat ../../qtcompat/xml ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils $(QPEDIR)/include 10INCLUDEPATH += . ../../ ../../qtcompat ../../qtcompat/xml ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils $(QPEDIR)/include
11DEFINES += PWM_EMBEDDED 11DEFINES += PWM_EMBEDDED
12#enable this setting if you want debugoutput for pwmanager 12#enable this setting if you want debugoutput for pwmanager
13#DEFINES += CONFIG_DEBUG 13#DEFINES += CONFIG_DEBUG
14 14
15LIBS += -lmicrokde 15LIBS += -lmicrokde
16LIBS += -lmicroqtcompat 16LIBS += -lmicroqtcompat
17LIBS += -lmicrokdepim 17LIBS += -lmicrokdepim
18LIBS += -L$(QPEDIR)/lib 18LIBS += -L$(QPEDIR)/lib
19LIBS += -lqpe 19LIBS += -lqpe
20LIBS += -lz
20LIBS += -lbz2 21LIBS += -lbz2
22LIBS += -lcrypto
21LIBS += $(QTOPIALIB) 23LIBS += $(QTOPIALIB)
22 24
23#INTERFACES = \ 25#INTERFACES = \
24#addentrywnd.ui \ 26#addentrywnd.ui \
25#configwnd.ui \ 27#configwnd.ui \
26#findwnd.ui \ 28#findwnd.ui \
27#getmasterpwwnd.ui \ 29#getmasterpwwnd.ui \
28#pwgenwnd.ui \ 30#pwgenwnd.ui \
29#setmasterpwwnd.ui \ 31#setmasterpwwnd.ui \
30#subtbledit.ui 32#subtbledit.ui
31 33
32#INTERFACES = \ 34#INTERFACES = \
33#subtbledit.ui \ 35#subtbledit.ui \
34 36
35 37
36 38
37#HEADERS = \ 39#HEADERS = \
38#configuration_31compat.h \ 40#configuration_31compat.h \
39#configuration.h \ 41#configuration.h \
40#configwnd.h \ 42#configwnd.h \
41#configwndimpl.h \ 43#configwndimpl.h \
42#selftest.h 44#selftest.h
43#subtbledit.h \ 45#subtbledit.h \
44#subtbleditimpl.h \ 46#subtbleditimpl.h \