-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,34 +1,35 @@ | |||
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 = \ |
@@ -84,41 +85,42 @@ 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 \ |
@@ -146,15 +148,16 @@ 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 | ||