From 256e7837ce8cb30b0c0a8c73306abdffa80365a6 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 4 Apr 2013 16:46:18 +0200 Subject: fix a few issues --- tapasboard.pro | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'tapasboard.pro') 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 \ -- cgit v1.2.3