From 038001bda0cf06e32678a7fb546b7789265c65de Mon Sep 17 00:00:00 2001 From: Takumi Asaki Date: Mon, 27 Jan 2014 15:02:13 +0900 Subject: Add ts-, ts-all, commit-ts rules for translations Add ts-, ts-all, commit-ts rules to src/sdk/sdk.pro for translator's convenience. Change-Id: Ie75641870e78b78f4db04ec9c7e4460b86d079c8 Reviewed-by: Oswald Buddenhagen --- installerfw.pri | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'installerfw.pri') diff --git a/installerfw.pri b/installerfw.pri index c71749db2..28caf4000 100644 --- a/installerfw.pri +++ b/installerfw.pri @@ -41,11 +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: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 += \ -- cgit v1.2.3