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,171 +1,173 @@
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 \
79listviewpwm.h \ 81listviewpwm.h \
80printtext.h \ 82printtext.h \
81pwgenwnd_emb.h \ 83pwgenwnd_emb.h \
82pwgenwndimpl.h \ 84pwgenwndimpl.h \
83pwmdoc.h \ 85pwmdoc.h \
84pwmdocui.h \ 86pwmdocui.h \
85pwmexception.h \ 87pwmexception.h \
86pwm.h \ 88pwm.h \
87pwminit.h \ 89pwminit.h \
88pwmprefs.h \ 90pwmprefs.h \
89pwmprint.h \ 91pwmprint.h \
90pwmtray.h \ 92pwmtray.h \
91pwmview.h \ 93pwmview.h \
92pwmviewstyle_0.h \ 94pwmviewstyle_0.h \
93pwmviewstyle_1.h \ 95pwmviewstyle_1.h \
94pwmviewstyle.h \ 96pwmviewstyle.h \
95randomizer.h \ 97randomizer.h \
96rc2.h \ 98rc2.h \
97rencatwnd.h \ 99rencatwnd.h \
98serializer.h \ 100serializer.h \
99setmasterpwwnd_emb.h \ 101setmasterpwwnd_emb.h \
100setmasterpwwndimpl.h \ 102setmasterpwwndimpl.h \
101sha1.h \ 103sha1.h \
102waitwnd.h \ 104waitwnd.h \
103kcmconfigs/kcmpwmconfig.h \ 105kcmconfigs/kcmpwmconfig.h \
104kcmconfigs/pwmconfigwidget.h 106kcmconfigs/pwmconfigwidget.h
105 107
106#sources that need not be build 108#sources that need not be build
107#SOURCES = \ 109#SOURCES = \
108#advcommeditimpl.cpp \ 110#advcommeditimpl.cpp \
109#configuration.cpp \ 111#configuration.cpp \
110#configwnd.cpp \ 112#configwnd.cpp \
111#configwndimpl.cpp \ 113#configwndimpl.cpp \
112#configuration_31compat.cpp \ 114#configuration_31compat.cpp \
113#htmlparse.cpp \ 115#htmlparse.cpp \
114#printtext.cpp \ 116#printtext.cpp \
115#selftest.cpp \ 117#selftest.cpp \
116#pwmprint.cpp \ 118#pwmprint.cpp \
117#spinforsignal.cpp 119#spinforsignal.cpp
118#subtbledit.cpp \ 120#subtbledit.cpp \
119#subtbleditimpl.cpp \ 121#subtbleditimpl.cpp \
120#compressbzip2.cpp 122#compressbzip2.cpp
121 123
122 124
123SOURCES = \ 125SOURCES = \
124addentrywnd_emb.cpp \ 126addentrywnd_emb.cpp \
125addentrywndimpl.cpp \ 127addentrywndimpl.cpp \
126base64.cpp \ 128base64.cpp \
127binentrygen.cpp \ 129binentrygen.cpp \
128blowfish.cpp \ 130blowfish.cpp \
129commentbox.cpp \ 131commentbox.cpp \
130compressgzip.cpp \ 132compressgzip.cpp \
131csv.cpp \ 133csv.cpp \
132findwnd_emb.cpp \ 134findwnd_emb.cpp \
133findwndimpl.cpp \ 135findwndimpl.cpp \
134genpasswd.cpp \ 136genpasswd.cpp \
135getkeycardwnd.cpp \ 137getkeycardwnd.cpp \
136getmasterpwwnd_emb.cpp \ 138getmasterpwwnd_emb.cpp \
137getmasterpwwndimpl.cpp \ 139getmasterpwwndimpl.cpp \
138globalstuff.cpp \ 140globalstuff.cpp \
139gpasmanfile.cpp \ 141gpasmanfile.cpp \
140htmlgen.cpp \ 142htmlgen.cpp \
141ipc.cpp \ 143ipc.cpp \
142libgcryptif.cpp \ 144libgcryptif.cpp \
143listobjselectwnd.cpp \ 145listobjselectwnd.cpp \
144listviewpwm.cpp \ 146listviewpwm.cpp \
145main.cpp \ 147main.cpp \
146pwgenwnd_emb.cpp \ 148pwgenwnd_emb.cpp \
147pwgenwndimpl.cpp \ 149pwgenwndimpl.cpp \
148pwm.cpp \ 150pwm.cpp \
149pwmdoc.cpp \ 151pwmdoc.cpp \
150pwmdocui.cpp \ 152pwmdocui.cpp \
151pwmexception.cpp \ 153pwmexception.cpp \
152pwminit.cpp \ 154pwminit.cpp \
153pwmprefs.cpp \ 155pwmprefs.cpp \
154pwmtray.cpp \ 156pwmtray.cpp \
155pwmview.cpp \ 157pwmview.cpp \
156pwmviewstyle_0.cpp \ 158pwmviewstyle_0.cpp \
157pwmviewstyle_1.cpp \ 159pwmviewstyle_1.cpp \
158pwmviewstyle.cpp \ 160pwmviewstyle.cpp \
159randomizer.cpp \ 161randomizer.cpp \
160rc2.cpp \ 162rc2.cpp \
161rencatwnd.cpp \ 163rencatwnd.cpp \
162serializer.cpp \ 164serializer.cpp \
163setmasterpwwnd_emb.cpp \ 165setmasterpwwnd_emb.cpp \
164setmasterpwwndimpl.cpp \ 166setmasterpwwndimpl.cpp \
165sha1.cpp \ 167sha1.cpp \
166waitwnd.cpp \ 168waitwnd.cpp \
167kcmconfigs/kcmpwmconfig.cpp \ 169kcmconfigs/kcmpwmconfig.cpp \
168kcmconfigs/pwmconfigwidget.cpp 170kcmconfigs/pwmconfigwidget.cpp
169 171
170 172
171 173