From d8fcff1a2d6eb61c97c44790dbdb920ba9f52980 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 4 Apr 2013 15:49:31 +0200 Subject: add showing unread posts --- tapasboard.pro | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'tapasboard.pro') 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 \ -- cgit v1.2.3