From 77b293d2ff5ae859535c890cd2a5ee8cda0757d1 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 6 Jul 2012 19:39:26 +0200 Subject: make QT_BUILD_PARTS setting in qmodule.pri additive that way it is actually possible to add additional parts from the qmake command line. Change-Id: I42e0b58424292cebafb57538a879204d370397bb Reviewed-by: Rohan McGovern --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 36576c2124..4b287a0aaf 100755 --- a/configure +++ b/configure @@ -5849,7 +5849,7 @@ fi QTMODULE="$outpath/mkspecs/qmodule.pri" echo "CONFIG += $QMAKE_CONFIG create_prl link_prl" >> "$QTMODULE.tmp" -echo "QT_BUILD_PARTS = $CFG_BUILD_PARTS" >> "$QTMODULE.tmp" +echo "QT_BUILD_PARTS += $CFG_BUILD_PARTS" >> "$QTMODULE.tmp" # Ensure we can link to uninistalled libraries if [ "$BUILD_ON_MAC" != "yes" ] && [ "$XPLATFORM_MINGW" != "yes" ] && linkerSupportsFlag -rpath-link "$outpath/lib"; then -- cgit v1.2.1