summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/pwmanagerE.pro15
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
@@ -9,7 +9,8 @@ DESTDIR=$(QPEDIR)/bin
INCLUDEPATH += . ../../ ../../qtcompat ../../qtcompat/xml ../../libkdepim ../../microkde ../../microkde/kdecore ../../microkde/kdeui ../../microkde/kutils $(QPEDIR)/include
-DEFINES += PWM_EMBEDDED
+DEFINES += PWM_EMBEDDED CONFIG_PWMANAGER_GCRY
+
#enable this setting if you want debugoutput for pwmanager
-DEFINES += CONFIG_DEBUG
+#DEFINES += CONFIG_DEBUG
LIBS += -lmicrokde
@@ -20,5 +21,5 @@ LIBS += -lqpe
LIBS += -lz
#LIBS += -lbz2
-LIBS += -lcrypto
+LIBS += -lgcrypt
LIBS += $(QTOPIALIB)
@@ -94,5 +95,5 @@ sha1.h \
waitwnd.h \
kcmconfigs/kcmpwmconfig.h \
-kcmconfigs/pwmconfigwidget.h \
+kcmconfigs/pwmconfigwidget.h
#sources that need not be build
@@ -110,5 +111,6 @@ kcmconfigs/pwmconfigwidget.h \
#subtbledit.cpp \
#subtbleditimpl.cpp \
-#compressbzip2.cpp \
+#compressbzip2.cpp
+
SOURCES = \
@@ -156,5 +158,6 @@ sha1.cpp \
waitwnd.cpp \
kcmconfigs/kcmpwmconfig.cpp \
-kcmconfigs/pwmconfigwidget.cpp \
+kcmconfigs/pwmconfigwidget.cpp
+