summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-04 15:49:31 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-04 15:49:31 +0200
commitd8fcff1a2d6eb61c97c44790dbdb920ba9f52980 (patch)
tree49df7f1e07e34061301ad5944a1807feba24b526 /tapasboard.pro
parent11b4152301b408c7a4f02a8b202fed9f5e1ee1e7 (diff)
downloadtapasboard-d8fcff1a2d6eb61c97c44790dbdb920ba9f52980.tar.gz
tapasboard-d8fcff1a2d6eb61c97c44790dbdb920ba9f52980.zip
add showing unread posts
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 \