summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-11 13:55:24 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-11 13:55:24 +0100
commitbe1c7c021754bdbf6be614eff4079442a9808fad (patch)
tree33756974efc94d8aa5f79201e4d1420981cfe162
parent9e2542c3547341cdbf9785c7fec0a384b7d9c97a (diff)
Missing PRE_TARGETDEPS for translation
-rw-r--r--qtpass.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtpass.pro b/qtpass.pro
index cb6412a5..42417349 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -26,6 +26,7 @@ updateqm.output = localization/${QMAKE_FILE_BASE}.qm
updateqm.commands = $$QMAKE_LRELEASE ${QMAKE_FILE_IN} -qm localization/${QMAKE_FILE_BASE}.qm
updateqm.CONFIG += no_link target_predeps
QMAKE_EXTRA_COMPILERS += updateqm
+PRE_TARGETDEPS += compiler_updateqm_make_all
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets