summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
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 \