author | ulf69 <ulf69> | 2004-10-16 01:07:13 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-16 01:07:13 (UTC) |
commit | b659279301d0b08c40e97335a61ea819dd945799 (patch) (unidiff) | |
tree | 724ddf365b986e4128ea62ad34f7b48102102f88 | |
parent | 1a7713f557e9ac6b15793808ccf665d6de782035 (diff) | |
download | kdepimpi-b659279301d0b08c40e97335a61ea819dd945799.zip kdepimpi-b659279301d0b08c40e97335a61ea819dd945799.tar.gz kdepimpi-b659279301d0b08c40e97335a61ea819dd945799.tar.bz2 |
added libgcrypt support
-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 | |||
@@ -7,20 +7,21 @@ 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 \ |
@@ -92,9 +93,9 @@ 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 \ |
@@ -108,9 +109,10 @@ kcmconfigs/pwmconfigwidget.h \ | |||
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 \ |
@@ -154,7 +156,8 @@ 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 | ||