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 c46e937..e195178 100644
--- a/pwmanager/pwmanager/pwmanagerE.pro
+++ b/pwmanager/pwmanager/pwmanagerE.pro
@@ -1,78 +1,80 @@
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 ../libcrypt/crypt ../libcrypt/error $(QPEDIR)/include 10INCLUDEPATH += . ../../ ../../qtcompat ../../qtcompat/xml ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils ../libcrypt/crypt ../libcrypt/error $(QPEDIR)/include
11DEFINES += PWM_EMBEDDED CONFIG_PWMANAGER_GCRY 11DEFINES += PWM_EMBEDDED CONFIG_PWMANAGER_GCRY
12 12
13#enable this setting if you want debugoutput for pwmanager 13#enable this setting if you want debugoutput for pwmanager
14#DEFINES += CONFIG_DEBUG 14#DEFINES += CONFIG_DEBUG
15 15
16LIBS += -L../libcrypt/$(PLATFORM) 16LIBS += -L../libcrypt/$(PLATFORM)
17LIBS += -lmicrokde 17LIBS += -lmicrokde
18LIBS += -lmicroqtcompat 18LIBS += -lmicroqtcompat
19LIBS += -lmicrokdepim 19LIBS += -lmicrokdepim
20LIBS += -L$(QPEDIR)/lib 20LIBS += -L$(QPEDIR)/lib
21LIBS += -lqpe 21LIBS += -lqpe
22LIBS += -lzlib 22LIBS += -lzlib
23#LIBS += -lbz2 23#LIBS += -lbz2
24#LIBS += -lkpmicrogcrypt 24#LIBS += -lkpmicrogcrypt
25LIBS += -ljpeg 25LIBS += -ljpeg
26LIBS += $(QTOPIALIB) 26LIBS += $(QTOPIALIB)
27LIBS += -lkpmicrocipher 27LIBS += -lkpmicrocipher
28LIBS += -lkpmicroerror 28LIBS += -lkpmicroerror
29LIBS += -lkpmicrompi 29LIBS += -lkpmicrompi
30LIBS += -lstdc++ 30LIBS += -lstdc++
31LIBS += $(GCC3EXTRALIB1)
32LIBS += $(GCC3EXTRALIB2)
31 33
32#INTERFACES = \ 34#INTERFACES = \
33#addentrywnd.ui \ 35#addentrywnd.ui \
34#configwnd.ui \ 36#configwnd.ui \
35#findwnd.ui \ 37#findwnd.ui \
36#getmasterpwwnd.ui \ 38#getmasterpwwnd.ui \
37#pwgenwnd.ui \ 39#pwgenwnd.ui \
38#setmasterpwwnd.ui \ 40#setmasterpwwnd.ui \
39#subtbledit.ui 41#subtbledit.ui
40 42
41#INTERFACES = \ 43#INTERFACES = \
42#subtbledit.ui \ 44#subtbledit.ui \
43 45
44 46
45 47
46#HEADERS = \ 48#HEADERS = \
47#configuration_31compat.h \ 49#configuration_31compat.h \
48#configuration.h \ 50#configuration.h \
49#configwnd.h \ 51#configwnd.h \
50#configwndimpl.h \ 52#configwndimpl.h \
51#selftest.h 53#selftest.h
52#subtbledit.h \ 54#subtbledit.h \
53#subtbleditimpl.h \ 55#subtbleditimpl.h \
54#compressbzip2.h \ 56#compressbzip2.h \
55 57
56HEADERS = \ 58HEADERS = \
57addentrywnd_emb.h \ 59addentrywnd_emb.h \
58addentrywndimpl.h \ 60addentrywndimpl.h \
59base64.h \ 61base64.h \
60binentrygen.h \ 62binentrygen.h \
61blowfish.h \ 63blowfish.h \
62commentbox.h \ 64commentbox.h \
63compiler.h \ 65compiler.h \
64compressgzip.h \ 66compressgzip.h \
65csv.h \ 67csv.h \
66findwnd_emb.h \ 68findwnd_emb.h \
67findwndimpl.h \ 69findwndimpl.h \
68genpasswd.h \ 70genpasswd.h \
69getkeycardwnd.h \ 71getkeycardwnd.h \
70getmasterpwwnd_emb.h \ 72getmasterpwwnd_emb.h \
71getmasterpwwndimpl.h \ 73getmasterpwwndimpl.h \
72globalstuff.h \ 74globalstuff.h \
73gpasmanfile.h \ 75gpasmanfile.h \
74htmlgen.h \ 76htmlgen.h \
75htmlparse.h \ 77htmlparse.h \
76ipc.h \ 78ipc.h \
77libgcryptif.h \ 79libgcryptif.h \
78listobjselectwnd.h \ 80listobjselectwnd.h \