summaryrefslogtreecommitdiffstats
path: root/app/translations.pri
diff options
context:
space:
mode:
Diffstat (limited to 'app/translations.pri')
-rw-r--r--app/translations.pri16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/translations.pri b/app/translations.pri
deleted file mode 100644
index d5616ef..0000000
--- a/app/translations.pri
+++ /dev/null
@@ -1,16 +0,0 @@
-defineReplace(prependAll) {
- for(a,$$1):result += $$2$${a}$$3
- return($$result)
-}
-
-LRELEASE = lrelease
-TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/translations/$${TARGET}_,.ts)
-
-qm.depends = $${TRANSLATIONS}
-qm.input = TRANSLATIONS
-qm.output = $$OUT_PWD/../package/root/translations/${QMAKE_FILE_BASE}.qm
-qm.commands = $$LRELEASE ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT}
-qm.name = LRELEASE ${QMAKE_FILE_IN}
-qm.CONFIG += no_link
-QMAKE_EXTRA_COMPILERS += qm
-PRE_TARGETDEPS += compiler_qm_make_all