summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-03-02 20:12:03 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-08 23:52:34 +0100
commit6a5e2fdde368870a9830b26ae1c60c17c329df51 (patch)
treed8d9a81e1bf110551284fa6f37847eeaf054cbbe
parent2640b71be405790440c1cd939ab6d67a4ab3757f (diff)
don't put QMAKE_ABSOLUTE_SOURCE_ROOT into .qmake.cache
this is oxymoronic: if a .qmake.cache is present, telling qmake the project root is utterly pointless. the windows variant never had this. Change-Id: Iefc6e242ad7458dc699b955a3657f31f1ecf4c7b Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 756088d517..72b1fd64b7 100755
--- a/configure
+++ b/configure
@@ -6727,7 +6727,6 @@ QMAKE_LIBDIR_QT = \$\$QT_BUILD_TREE/lib
include(\$\$PWD/mkspecs/qmodule.pri)
CONFIG += $QMAKE_CONFIG dylib depend_includepath fix_output_dirs no_private_qt_headers_warning QTDIR_build
-QMAKE_ABSOLUTE_SOURCE_ROOT = \$\$QT_SOURCE_TREE
EOF