summaryrefslogtreecommitdiffstats
path: root/src/core/core_module.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-03-05 18:02:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-07 18:19:31 +0100
commit7e78765a0ced3ee5dd831d47925270037e39feb2 (patch)
tree06789f868a2e9f6061a1f1133fc4bd6143df2c2d /src/core/core_module.pro
parent3c2af9e9e5fe6f90dfa3d4a58bd30d60e0e211a8 (diff)
Use the shadow build directory for the ninja output
The gyp/ninja build is moved from out/(Debug|Release) to src/core/(Debug|Release). The ninja build as well as generated gyp files and python intermediate files all stay in the source tree for the moment. Change-Id: I6948380c45896540fe508238ceef9fe48e41f5af Reviewed-by: Zoltan Arvai <zarvai@inf.u-szeged.hu> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/core/core_module.pro')
-rw-r--r--src/core/core_module.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_module.pro b/src/core/core_module.pro
index 22d3d8646..23503e32e 100644
--- a/src/core/core_module.pro
+++ b/src/core/core_module.pro
@@ -5,7 +5,7 @@ QT += qml quick
QT_PRIVATE += qml-private quick-private gui-private core-private
# Look for linking information produced by gyp for our target according to core_generated.gyp
-!include($$getOutDir()/$$getConfigDir()/$${TARGET}_linking.pri) {
+!include($$OUT_PWD/$$getConfigDir()/$${TARGET}_linking.pri) {
error("Could not find the linking information that gyp should have generated.")
}