diff options
Diffstat (limited to 'distfoldd/distfoldd.pro')
-rw-r--r-- | distfoldd/distfoldd.pro | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/distfoldd/distfoldd.pro b/distfoldd/distfoldd.pro index f2315d4..4631ab2 100644 --- a/distfoldd/distfoldd.pro +++ b/distfoldd/distfoldd.pro @@ -6,9 +6,6 @@ CONFIG -= app_bundle QT += core network QT -= gui -CONFIG += mobility -MOBILITY += systeminfo - CONFIG += crypto SOURCES += main.cc \ @@ -33,11 +30,3 @@ HEADERS += \ compressor.h \ localkey.h -contains(MEEGO_EDITION,harmattan) { - target.path = /opt/distfold/bin - INSTALLS += target - - service.files = distfoldd.conf - service.path = /etc/init/apps - INSTALLS += service -} |