summaryrefslogtreecommitdiff
path: root/distfoldd/distfoldd.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-09-17 23:17:18 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-09-17 23:17:18 +0200
commit0a174260c5dd04d516da7a6021e681d49c312547 (patch)
tree102e0cbb5eed9ce08126eeba4f6976fafdd3312b /distfoldd/distfoldd.pro
parentc3a1946675855b299a2b36550cdf2c2f69d153aa (diff)
downloaddistfold-0a174260c5dd04d516da7a6021e681d49c312547.tar.gz
distfold-0a174260c5dd04d516da7a6021e681d49c312547.zip
minor build fixes
Diffstat (limited to 'distfoldd/distfoldd.pro')
-rw-r--r--distfoldd/distfoldd.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/distfoldd/distfoldd.pro b/distfoldd/distfoldd.pro
index 3eb804e..3076068 100644
--- a/distfoldd/distfoldd.pro
+++ b/distfoldd/distfoldd.pro
@@ -30,6 +30,10 @@ HEADERS += \
compressor.h
contains(MEEGO_EDITION,harmattan) {
- target.path = /opt/distfold/bin
- INSTALLS += target
+ target.path = /opt/distfold/bin
+
+ scripts.files = keygen.sh
+ scripts.path = /opt/distfold/bin
+
+ INSTALLS += target scripts
}