summaryrefslogtreecommitdiffstats
path: root/installerfw.pri
diff options
context:
space:
mode:
Diffstat (limited to 'installerfw.pri')
-rw-r--r--installerfw.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/installerfw.pri b/installerfw.pri
index 4f761bf02..901d8ffa9 100644
--- a/installerfw.pri
+++ b/installerfw.pri
@@ -64,7 +64,9 @@ isEmpty(IFW_BUILD_TREE) {
IFW_SOURCE_TREE = $$PWD
IFW_APP_PATH = $$IFW_BUILD_TREE/bin
-IFW_LIB_PATH = $$IFW_BUILD_TREE/lib
+isEmpty(IFW_LIB_PATH) {
+ IFW_LIB_PATH = $$IFW_BUILD_TREE/lib
+}
RCC = $$toNativeSeparators($$cleanPath($$[QT_INSTALL_BINS]/rcc))
LRELEASE = $$toNativeSeparators($$cleanPath($$[QT_INSTALL_BINS]/lrelease))