diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-09-30 16:48:52 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-09-30 16:48:52 +0200 |
commit | 630923d0de4a5cab558531e943370f00a64b316d (patch) | |
tree | 144e29d4785de0bfd46c65cd7977bd59e8d5ab09 /distfoldd/distfoldd.pro | |
parent | 0a174260c5dd04d516da7a6021e681d49c312547 (diff) | |
download | distfold-630923d0de4a5cab558531e943370f00a64b316d.tar.gz distfold-630923d0de4a5cab558531e943370f00a64b316d.zip |
autogenerate keys and autostartup daemon
Diffstat (limited to 'distfoldd/distfoldd.pro')
-rw-r--r-- | distfoldd/distfoldd.pro | 17 |
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 |