summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-04 16:46:18 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-04 16:46:18 +0200
commit256e7837ce8cb30b0c0a8c73306abdffa80365a6 (patch)
tree0246f39a00acb45ec3b3e0c7e99380837f609ab6 /tapasboard.pro
parent6c51fc938bdc764c0426eba6bed2d3a9c37563af (diff)
downloadtapasboard-256e7837ce8cb30b0c0a8c73306abdffa80365a6.tar.gz
tapasboard-256e7837ce8cb30b0c0a8c73306abdffa80365a6.zip
fix a few issues
Diffstat (limited to 'tapasboard.pro')
-rw-r--r--tapasboard.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/tapasboard.pro b/tapasboard.pro
index 4c16089..4189ff8 100644
--- a/tapasboard.pro
+++ b/tapasboard.pro
@@ -1,8 +1,8 @@
# Add more folders to ship with the application, here
qml_folder.source = qml
-qml_folder.target = qml
-i18n_folder.source = i18n/*.qm
-i18n_folder.target = i18n
+qml_folder.target = .
+i18n_folder.source = i18n
+i18n_folder.target = .
DEPLOYMENTFOLDERS = qml_folder i18n_folder
# Additional import path used to resolve QML modules in Creator's code model
@@ -74,10 +74,6 @@ HEADERS += \
TRANSLATIONS += i18n/en.ts i18n/es.ts
-evil_hack_to_fool_lupdate {
- SOURCES += qml/*.qml
-}
-
OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \