summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-07-24 13:38:22 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-12 19:01:45 +0200
commitae95f289975636ba6cacc147f6723615b6d36cfa (patch)
tree80fc241feb5beea74152c2001d91cc97eeca6983 /.qmake.conf
parent684028a64075030b42ce5f3d78d5cb35b936d5b1 (diff)
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.conf3
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