summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-03-01 17:45:55 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-08 23:52:34 +0100
commitd59e85d9095f5d8fa787149fe8d34e8dfac0a0b5 (patch)
treea01375953be630772fc98f3390fdc4b3a3ef07e7 /configure
parenta0933f4d7485d22f38b80c67f79b8d3f721b19a2 (diff)
remove the fixed qt tool assignments from the configures
the tool locations are now determined with qtPrepareTool(), which takes non-installed qt builds into account already. Change-Id: I17b2c5f4b181417f2a612be2f540768e7dc0ae4e Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 8df49a9928..756088d517 100755
--- a/configure
+++ b/configure
@@ -6722,9 +6722,6 @@ QT_BUILD_TREE = \$\$quote($outpath)
QT_BUILD_PARTS = $CFG_BUILD_PARTS
#local paths that cannot be queried from the QT_INSTALL_* properties while building QTDIR
-QMAKE_MOC = \$\$QT_BUILD_TREE/bin/moc
-QMAKE_UIC = \$\$QT_BUILD_TREE/bin/uic
-QMAKE_RCC = \$\$QT_BUILD_TREE/bin/rcc
QMAKE_INCDIR_QT = \$\$QT_BUILD_TREE/include
QMAKE_LIBDIR_QT = \$\$QT_BUILD_TREE/lib