From 0002464b46f3b42218933377d545e49fef65aa51 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 2 Jul 2012 11:59:42 +0200 Subject: store QT_BUILD_PARTS in qmodule.pri also on unix modules other than qtbase also need it. the windows configure already does it that way. Change-Id: I9adb469f7a0726663b7939e80d8be1e83a6d12d3 Reviewed-by: Joerg Bornemann Reviewed-by: Rohan McGovern --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 27b93e76fb..23bc420336 100755 --- a/configure +++ b/configure @@ -5840,6 +5840,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" # Ensure we can link to uninistalled libraries if [ "$BUILD_ON_MAC" != "yes" ] && [ "$XPLATFORM_MINGW" != "yes" ] && linkerSupportsFlag -rpath-link "$outpath/lib"; then @@ -5907,7 +5908,6 @@ cat >>"$CACHEFILE.tmp" <