summaryrefslogtreecommitdiffstats
path: root/installerfw.pri
diff options
context:
space:
mode:
Diffstat (limited to 'installerfw.pri')
-rw-r--r--installerfw.pri12
1 files changed, 8 insertions, 4 deletions
diff --git a/installerfw.pri b/installerfw.pri
index 127fbbafc..6f2ae42ce 100644
--- a/installerfw.pri
+++ b/installerfw.pri
@@ -41,13 +41,17 @@ IFW_LIB_PATH = $$IFW_BUILD_TREE/lib
RCC = $$toNativeSeparators($$cleanPath($$[QT_INSTALL_BINS]/rcc))
LRELEASE = $$toNativeSeparators($$cleanPath($$[QT_INSTALL_BINS]/lrelease))
+LUPDATE = $$toNativeSeparators($$cleanPath($$[QT_INSTALL_BINS]/lupdate))
LCONVERT = $$toNativeSeparators($$cleanPath($$[QT_INSTALL_BINS]/lconvert))
QMAKE_BINARY = $$toNativeSeparators($$cleanPath($$[QT_INSTALL_BINS]/qmake))
-win32:RCC = $${RCC}.exe
-win32:LRELEASE = $${LRELEASE}.exe
-win32:LCONVERT = $${LCONVERT}.exe
-win32:QMAKE_BINARY = $${QMAKE_BINARY}.exe
+win32 {
+ RCC = $${RCC}.exe
+ LRELEASE = $${LRELEASE}.exe
+ LUPDATE = $${LUPDATE}.exe
+ LCONVERT = $${LCONVERT}.exe
+ QMAKE_BINARY = $${QMAKE_BINARY}.exe
+}
win32-g++*:QMAKE_CXXFLAGS += -Wno-attributes
INCLUDEPATH += \