summaryrefslogtreecommitdiff
path: root/distfoldd/distfoldd.pro
diff options
context:
space:
mode:
Diffstat (limited to 'distfoldd/distfoldd.pro')
-rw-r--r--distfoldd/distfoldd.pro17
1 files changed, 10 insertions, 7 deletions
diff --git a/distfoldd/distfoldd.pro b/distfoldd/distfoldd.pro
index 3076068..2d62e8f 100644
--- a/distfoldd/distfoldd.pro
+++ b/distfoldd/distfoldd.pro
@@ -9,6 +9,8 @@ QT -= gui
CONFIG += mobility
MOBILITY += systeminfo
+CONFIG += crypto
+
SOURCES += main.cc \
distfolder.cc \
server.cc \
@@ -17,7 +19,8 @@ SOURCES += main.cc \
serveragent.cc \
agent.cc \
discoverer.cc \
- compressor.cc
+ compressor.cc \
+ localkey.cc
HEADERS += \
distfolder.h \
@@ -27,13 +30,13 @@ HEADERS += \
serveragent.h \
agent.h \
discoverer.h \
- compressor.h
+ compressor.h \
+ localkey.h
contains(MEEGO_EDITION,harmattan) {
target.path = /opt/distfold/bin
-
- scripts.files = keygen.sh
- scripts.path = /opt/distfold/bin
-
- INSTALLS += target scripts
+ INSTALLS += target
}
+
+OTHER_FILES += \
+ distfoldd.conf