diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-17 13:17:14 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-17 13:17:14 (GMT) |
commit | 509ef11ab4ba6165c16d9d311c4a1bf7cdfd2528 (patch) | |
tree | 2061ffe59d07725e429d23e0cc7ff137a67113e1 /configure | |
parent | aeb1e4426d85de5d19a81c96ba565a764ff962cf (diff) | |
parent | eb79e5ebf67de67f8c7bf3db20ceae93b46252b3 (diff) | |
download | Qt-509ef11ab4ba6165c16d9d311c4a1bf7cdfd2528.zip Qt-509ef11ab4ba6165c16d9d311c4a1bf7cdfd2528.tar.gz Qt-509ef11ab4ba6165c16d9d311c4a1bf7cdfd2528.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
re-add overriding of tool paths to configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7198,6 +7198,11 @@ QMAKE_ABSOLUTE_SOURCE_ROOT = \$\$QT_SOURCE_TREE QMAKE_MOC_SRC = \$\$QT_BUILD_TREE/src/moc #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_UIC3 = \$\$QT_BUILD_TREE/bin/uic3 +QMAKE_RCC = \$\$QT_BUILD_TREE/bin/rcc +QMAKE_QDBUSXML2CPP = \$\$QT_BUILD_TREE/bin/qdbusxml2cpp QMAKE_INCDIR_QT = \$\$QT_BUILD_TREE/include QMAKE_LIBDIR_QT = \$\$QT_BUILD_TREE/lib |