summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2017-07-30 05:31:59 -0700
committerSean Harmer <sean.harmer@kdab.com>2017-08-02 13:17:31 +0000
commitec1df8c8f4579845ba733e6064a2e397d6b2a112 (patch)
tree7b70573700b22850f5c42b9bfabc132f0bb98781 /.qmake.conf
parent2cf98863dc67a994d1da693b28438fe4359c01c4 (diff)
Fix config for importing builds
Importing builds (in Creator) was broken because OUT_PWD is not known at that time, reported as QTCREATORBUG-18663 Change-Id: Iccc0876b6568aeaabb003ea3177f9a095be1442a Reviewed-by: Paul Lemire <paul.lemire@kdab.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 138038d54..b7100cffc 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,6 @@
+QT3D_ROOT = $$PWD
+QT3D_BUILD_ROOT = $$shadowed($$PWD)
+
load(qt_build_config)
MODULE_VERSION = 5.10.0