summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Endrodi <ext-adam.endrodi@nokia.com>2010-12-10 13:49:07 +0200
committerAdam Endrodi <ext-adam.endrodi@nokia.com>2010-12-15 15:47:07 +0200
commited42feb78bb2b36e6e4f5991650e2ff5c6468e76 (patch)
treee0a6899db3e165d7de76ef83b4c886fd62d6d6de
parentcd36348b07716b9372dde213052398b04ff4636b (diff)
rebuild translation files only when needed
meegotouch_translations.prf believes that engineering English ts files are always autogenerated, and consequentially always regenerates them because the source files may change any time. * translations/translations.pro: Add explicit dependency on the file(s) containing logical IDs.
-rw-r--r--translations/translations.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/translations/translations.pro b/translations/translations.pro
index a0b5b3d..3691fb1 100644
--- a/translations/translations.pro
+++ b/translations/translations.pro
@@ -5,3 +5,8 @@ TRANSLATIONDIR = $$PWD
TRANSLATION_INSTALLDIR = $$M_TRANSLATION_DIR
include($$[QT_INSTALL_DATA]/mkspecs/features/meegotouch_defines.prf)
include($$[QT_INSTALL_DATA]/mkspecs/features/meegotouch_translations.prf)
+
+# Only depend on $$FILES, and do not regenerate recovery.ts all the times.
+FILES = $$SOURCEDIR/decorators/mdecorator/mdecoratorwindow.cpp
+updateeets.input = FILES
+QMAKE_EXTRA_COMPILERS -= dummy