summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tapasboard.pro')
-rw-r--r--tapasboard.pro14
1 files changed, 11 insertions, 3 deletions
diff --git a/tapasboard.pro b/tapasboard.pro
index 1cba839..4c16089 100644
--- a/tapasboard.pro
+++ b/tapasboard.pro
@@ -1,7 +1,9 @@
# Add more folders to ship with the application, here
-folder_01.source = qml/tapasboard
-folder_01.target = qml
-DEPLOYMENTFOLDERS = folder_01
+qml_folder.source = qml
+qml_folder.target = qml
+i18n_folder.source = i18n/*.qm
+i18n_folder.target = i18n
+DEPLOYMENTFOLDERS = qml_folder i18n_folder
# Additional import path used to resolve QML modules in Creator's code model
QML_IMPORT_PATH =
@@ -70,6 +72,12 @@ HEADERS += \
imagenetworkaccessmanager.h \
loginaction.h
+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 \