summaryrefslogtreecommitdiffstats
path: root/installerfw.pri
diff options
context:
space:
mode:
Diffstat (limited to 'installerfw.pri')
-rw-r--r--installerfw.pri5
1 files changed, 5 insertions, 0 deletions
diff --git a/installerfw.pri b/installerfw.pri
index ad2369d4d..4c8e7175e 100644
--- a/installerfw.pri
+++ b/installerfw.pri
@@ -12,6 +12,11 @@ IFW_VERSION_STR_WIN32 = $$IFW_VERSION_STR\0
IFW_REPOSITORY_FORMAT_VERSION = 1.0.0
IFW_NEWLINE = $$escape_expand(\\n\\t)
+isEmpty(IFW_DISABLE_TRANSLATIONS): IFW_DISABLE_TRANSLATIONS = $$(IFW_DISABLE_TRANSLATIONS)
+isEqual(IFW_DISABLE_TRANSLATIONS, 1) {
+ DEFINES += IFW_DISABLE_TRANSLATIONS
+}
+
defineTest(minQtVersion) {
maj = $$1
min = $$2