diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2013-07-24 13:38:22 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-08-12 19:01:45 +0200 |
commit | ae95f289975636ba6cacc147f6723615b6d36cfa (patch) | |
tree | 80fc241feb5beea74152c2001d91cc97eeca6983 /.qmake.conf | |
parent | 684028a64075030b42ce5f3d78d5cb35b936d5b1 (diff) | |
download | qtbase-ae95f289975636ba6cacc147f6723615b6d36cfa.tar.gz qtbase-ae95f289975636ba6cacc147f6723615b6d36cfa.tar.bz2 qtbase-ae95f289975636ba6cacc147f6723615b6d36cfa.zip |
bye-bye .qmake.cache
well, not really - qt_parts.prf will still create one, but it will be
empty.
apart from being cleaner, this now finally makes it possible to load an
unconfigured qt source tree into qtcreator without random parts of the
tree being missing from the project explorer.
Change-Id: Ida7ee77ecb450af05bfa66106caf2067b02f1a7f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r-- | .qmake.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf index 17dbc553bb..b6433664d8 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,5 +1,8 @@ load(qt_build_config) CONFIG += qt_example_installs +QT_SOURCE_TREE = $$PWD +QT_BUILD_TREE = $$shadowed($$PWD) + # In qtbase, all modules follow qglobal.h MODULE_VERSION = $$QT_VERSION |