-rw-r--r-- | pwmanager/pwmanager/pwmanagerE.pro | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/pwmanager/pwmanager/pwmanagerE.pro b/pwmanager/pwmanager/pwmanagerE.pro index 294f549..4c3a568 100644 --- a/pwmanager/pwmanager/pwmanagerE.pro +++ b/pwmanager/pwmanager/pwmanagerE.pro | |||
@@ -1,160 +1,163 @@ | |||
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 |
6 | OBJECTS_DIR = obj/$(PLATFORM) | 6 | OBJECTS_DIR = obj/$(PLATFORM) |
7 | MOC_DIR = moc/$(PLATFORM) | 7 | MOC_DIR = moc/$(PLATFORM) |
8 | DESTDIR=$(QPEDIR)/bin | 8 | DESTDIR=$(QPEDIR)/bin |
9 | 9 | ||
10 | INCLUDEPATH += . ../../ ../../qtcompat ../../qtcompat/xml ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils $(QPEDIR)/include | 10 | INCLUDEPATH += . ../../ ../../qtcompat ../../qtcompat/xml ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils $(QPEDIR)/include |
11 | DEFINES += PWM_EMBEDDED | 11 | DEFINES += PWM_EMBEDDED CONFIG_PWMANAGER_GCRY |
12 | |||
12 | #enable this setting if you want debugoutput for pwmanager | 13 | #enable this setting if you want debugoutput for pwmanager |
13 | DEFINES += CONFIG_DEBUG | 14 | #DEFINES += CONFIG_DEBUG |
14 | 15 | ||
15 | LIBS += -lmicrokde | 16 | LIBS += -lmicrokde |
16 | LIBS += -lmicroqtcompat | 17 | LIBS += -lmicroqtcompat |
17 | LIBS += -lmicrokdepim | 18 | LIBS += -lmicrokdepim |
18 | LIBS += -L$(QPEDIR)/lib | 19 | LIBS += -L$(QPEDIR)/lib |
19 | LIBS += -lqpe | 20 | LIBS += -lqpe |
20 | LIBS += -lz | 21 | LIBS += -lz |
21 | #LIBS += -lbz2 | 22 | #LIBS += -lbz2 |
22 | LIBS += -lcrypto | 23 | LIBS += -lgcrypt |
23 | LIBS += $(QTOPIALIB) | 24 | LIBS += $(QTOPIALIB) |
24 | 25 | ||
25 | #INTERFACES = \ | 26 | #INTERFACES = \ |
26 | #addentrywnd.ui \ | 27 | #addentrywnd.ui \ |
27 | #configwnd.ui \ | 28 | #configwnd.ui \ |
28 | #findwnd.ui \ | 29 | #findwnd.ui \ |
29 | #getmasterpwwnd.ui \ | 30 | #getmasterpwwnd.ui \ |
30 | #pwgenwnd.ui \ | 31 | #pwgenwnd.ui \ |
31 | #setmasterpwwnd.ui \ | 32 | #setmasterpwwnd.ui \ |
32 | #subtbledit.ui | 33 | #subtbledit.ui |
33 | 34 | ||
34 | #INTERFACES = \ | 35 | #INTERFACES = \ |
35 | #subtbledit.ui \ | 36 | #subtbledit.ui \ |
36 | 37 | ||
37 | 38 | ||
38 | 39 | ||
39 | #HEADERS = \ | 40 | #HEADERS = \ |
40 | #configuration_31compat.h \ | 41 | #configuration_31compat.h \ |
41 | #configuration.h \ | 42 | #configuration.h \ |
42 | #configwnd.h \ | 43 | #configwnd.h \ |
43 | #configwndimpl.h \ | 44 | #configwndimpl.h \ |
44 | #selftest.h | 45 | #selftest.h |
45 | #subtbledit.h \ | 46 | #subtbledit.h \ |
46 | #subtbleditimpl.h \ | 47 | #subtbleditimpl.h \ |
47 | #compressbzip2.h \ | 48 | #compressbzip2.h \ |
48 | 49 | ||
49 | HEADERS = \ | 50 | HEADERS = \ |
50 | addentrywnd_emb.h \ | 51 | addentrywnd_emb.h \ |
51 | addentrywndimpl.h \ | 52 | addentrywndimpl.h \ |
52 | base64.h \ | 53 | base64.h \ |
53 | binentrygen.h \ | 54 | binentrygen.h \ |
54 | blowfish.h \ | 55 | blowfish.h \ |
55 | commentbox.h \ | 56 | commentbox.h \ |
56 | compiler.h \ | 57 | compiler.h \ |
57 | compressgzip.h \ | 58 | compressgzip.h \ |
58 | findwnd_emb.h \ | 59 | findwnd_emb.h \ |
59 | findwndimpl.h \ | 60 | findwndimpl.h \ |
60 | genpasswd.h \ | 61 | genpasswd.h \ |
61 | getkeycardwnd.h \ | 62 | getkeycardwnd.h \ |
62 | getmasterpwwnd_emb.h \ | 63 | getmasterpwwnd_emb.h \ |
63 | getmasterpwwndimpl.h \ | 64 | getmasterpwwndimpl.h \ |
64 | globalstuff.h \ | 65 | globalstuff.h \ |
65 | gpasmanfile.h \ | 66 | gpasmanfile.h \ |
66 | htmlgen.h \ | 67 | htmlgen.h \ |
67 | htmlparse.h \ | 68 | htmlparse.h \ |
68 | ipc.h \ | 69 | ipc.h \ |
69 | libgcryptif.h \ | 70 | libgcryptif.h \ |
70 | listobjselectwnd.h \ | 71 | listobjselectwnd.h \ |
71 | listviewpwm.h \ | 72 | listviewpwm.h \ |
72 | printtext.h \ | 73 | printtext.h \ |
73 | pwgenwnd_emb.h \ | 74 | pwgenwnd_emb.h \ |
74 | pwgenwndimpl.h \ | 75 | pwgenwndimpl.h \ |
75 | pwmdoc.h \ | 76 | pwmdoc.h \ |
76 | pwmdocui.h \ | 77 | pwmdocui.h \ |
77 | pwmexception.h \ | 78 | pwmexception.h \ |
78 | pwm.h \ | 79 | pwm.h \ |
79 | pwminit.h \ | 80 | pwminit.h \ |
80 | pwmprefs.h \ | 81 | pwmprefs.h \ |
81 | pwmprint.h \ | 82 | pwmprint.h \ |
82 | pwmtray.h \ | 83 | pwmtray.h \ |
83 | pwmview.h \ | 84 | pwmview.h \ |
84 | pwmviewstyle_0.h \ | 85 | pwmviewstyle_0.h \ |
85 | pwmviewstyle_1.h \ | 86 | pwmviewstyle_1.h \ |
86 | pwmviewstyle.h \ | 87 | pwmviewstyle.h \ |
87 | randomizer.h \ | 88 | randomizer.h \ |
88 | rc2.h \ | 89 | rc2.h \ |
89 | rencatwnd.h \ | 90 | rencatwnd.h \ |
90 | serializer.h \ | 91 | serializer.h \ |
91 | setmasterpwwnd_emb.h \ | 92 | setmasterpwwnd_emb.h \ |
92 | setmasterpwwndimpl.h \ | 93 | setmasterpwwndimpl.h \ |
93 | sha1.h \ | 94 | sha1.h \ |
94 | waitwnd.h \ | 95 | waitwnd.h \ |
95 | kcmconfigs/kcmpwmconfig.h \ | 96 | kcmconfigs/kcmpwmconfig.h \ |
96 | kcmconfigs/pwmconfigwidget.h \ | 97 | kcmconfigs/pwmconfigwidget.h |
97 | 98 | ||
98 | #sources that need not be build | 99 | #sources that need not be build |
99 | #SOURCES = \ | 100 | #SOURCES = \ |
100 | #advcommeditimpl.cpp \ | 101 | #advcommeditimpl.cpp \ |
101 | #configuration.cpp \ | 102 | #configuration.cpp \ |
102 | #configwnd.cpp \ | 103 | #configwnd.cpp \ |
103 | #configwndimpl.cpp \ | 104 | #configwndimpl.cpp \ |
104 | #configuration_31compat.cpp \ | 105 | #configuration_31compat.cpp \ |
105 | #htmlparse.cpp \ | 106 | #htmlparse.cpp \ |
106 | #printtext.cpp \ | 107 | #printtext.cpp \ |
107 | #selftest.cpp \ | 108 | #selftest.cpp \ |
108 | #pwmprint.cpp \ | 109 | #pwmprint.cpp \ |
109 | #spinforsignal.cpp | 110 | #spinforsignal.cpp |
110 | #subtbledit.cpp \ | 111 | #subtbledit.cpp \ |
111 | #subtbleditimpl.cpp \ | 112 | #subtbleditimpl.cpp \ |
112 | #compressbzip2.cpp \ | 113 | #compressbzip2.cpp |
114 | |||
113 | 115 | ||
114 | SOURCES = \ | 116 | SOURCES = \ |
115 | addentrywnd_emb.cpp \ | 117 | addentrywnd_emb.cpp \ |
116 | addentrywndimpl.cpp \ | 118 | addentrywndimpl.cpp \ |
117 | base64.cpp \ | 119 | base64.cpp \ |
118 | binentrygen.cpp \ | 120 | binentrygen.cpp \ |
119 | blowfish.cpp \ | 121 | blowfish.cpp \ |
120 | commentbox.cpp \ | 122 | commentbox.cpp \ |
121 | compressgzip.cpp \ | 123 | compressgzip.cpp \ |
122 | findwnd_emb.cpp \ | 124 | findwnd_emb.cpp \ |
123 | findwndimpl.cpp \ | 125 | findwndimpl.cpp \ |
124 | genpasswd.cpp \ | 126 | genpasswd.cpp \ |
125 | getkeycardwnd.cpp \ | 127 | getkeycardwnd.cpp \ |
126 | getmasterpwwnd_emb.cpp \ | 128 | getmasterpwwnd_emb.cpp \ |
127 | getmasterpwwndimpl.cpp \ | 129 | getmasterpwwndimpl.cpp \ |
128 | globalstuff.cpp \ | 130 | globalstuff.cpp \ |
129 | gpasmanfile.cpp \ | 131 | gpasmanfile.cpp \ |
130 | htmlgen.cpp \ | 132 | htmlgen.cpp \ |
131 | ipc.cpp \ | 133 | ipc.cpp \ |
132 | libgcryptif.cpp \ | 134 | libgcryptif.cpp \ |
133 | listobjselectwnd.cpp \ | 135 | listobjselectwnd.cpp \ |
134 | listviewpwm.cpp \ | 136 | listviewpwm.cpp \ |
135 | main.cpp \ | 137 | main.cpp \ |
136 | pwgenwnd_emb.cpp \ | 138 | pwgenwnd_emb.cpp \ |
137 | pwgenwndimpl.cpp \ | 139 | pwgenwndimpl.cpp \ |
138 | pwm.cpp \ | 140 | pwm.cpp \ |
139 | pwmdoc.cpp \ | 141 | pwmdoc.cpp \ |
140 | pwmdocui.cpp \ | 142 | pwmdocui.cpp \ |
141 | pwmexception.cpp \ | 143 | pwmexception.cpp \ |
142 | pwminit.cpp \ | 144 | pwminit.cpp \ |
143 | pwmprefs.cpp \ | 145 | pwmprefs.cpp \ |
144 | pwmtray.cpp \ | 146 | pwmtray.cpp \ |
145 | pwmview.cpp \ | 147 | pwmview.cpp \ |
146 | pwmviewstyle_0.cpp \ | 148 | pwmviewstyle_0.cpp \ |
147 | pwmviewstyle_1.cpp \ | 149 | pwmviewstyle_1.cpp \ |
148 | pwmviewstyle.cpp \ | 150 | pwmviewstyle.cpp \ |
149 | randomizer.cpp \ | 151 | randomizer.cpp \ |
150 | rc2.cpp \ | 152 | rc2.cpp \ |
151 | rencatwnd.cpp \ | 153 | rencatwnd.cpp \ |
152 | serializer.cpp \ | 154 | serializer.cpp \ |
153 | setmasterpwwnd_emb.cpp \ | 155 | setmasterpwwnd_emb.cpp \ |
154 | setmasterpwwndimpl.cpp \ | 156 | setmasterpwwndimpl.cpp \ |
155 | sha1.cpp \ | 157 | sha1.cpp \ |
156 | waitwnd.cpp \ | 158 | waitwnd.cpp \ |
157 | kcmconfigs/kcmpwmconfig.cpp \ | 159 | kcmconfigs/kcmpwmconfig.cpp \ |
158 | kcmconfigs/pwmconfigwidget.cpp \ | 160 | kcmconfigs/pwmconfigwidget.cpp |
161 | |||
159 | 162 | ||
160 | 163 | ||