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 | |||
@@ -10,5 +10,6 @@ DESTDIR=$(QPEDIR)/bin | |||
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 | ||
@@ -21,3 +22,3 @@ LIBS += -lz | |||
21 | #LIBS += -lbz2 | 22 | #LIBS += -lbz2 |
22 | LIBS += -lcrypto | 23 | LIBS += -lgcrypt |
23 | LIBS += $(QTOPIALIB) | 24 | LIBS += $(QTOPIALIB) |
@@ -95,3 +96,3 @@ waitwnd.h \ | |||
95 | kcmconfigs/kcmpwmconfig.h \ | 96 | kcmconfigs/kcmpwmconfig.h \ |
96 | kcmconfigs/pwmconfigwidget.h \ | 97 | kcmconfigs/pwmconfigwidget.h |
97 | 98 | ||
@@ -111,3 +112,4 @@ kcmconfigs/pwmconfigwidget.h \ | |||
111 | #subtbleditimpl.cpp \ | 112 | #subtbleditimpl.cpp \ |
112 | #compressbzip2.cpp \ | 113 | #compressbzip2.cpp |
114 | |||
113 | 115 | ||
@@ -157,3 +159,4 @@ waitwnd.cpp \ | |||
157 | kcmconfigs/kcmpwmconfig.cpp \ | 159 | kcmconfigs/kcmpwmconfig.cpp \ |
158 | kcmconfigs/pwmconfigwidget.cpp \ | 160 | kcmconfigs/pwmconfigwidget.cpp |
161 | |||
159 | 162 | ||