From 7e78765a0ced3ee5dd831d47925270037e39feb2 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Wed, 5 Mar 2014 18:02:18 +0100 Subject: 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 Reviewed-by: Andras Becsi --- src/core/core.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/core.pro') diff --git a/src/core/core.pro b/src/core/core.pro index 5f0c3c29d..31a9c17f7 100644 --- a/src/core/core.pro +++ b/src/core/core.pro @@ -24,7 +24,7 @@ SUBDIRS += core_gyp_generator \ gyp_run \ core_module -REPACK_DIR = $$getOutDir()/$$getConfigDir()/gen/repack +REPACK_DIR = $$OUT_PWD/$$getConfigDir()/gen/repack locales.files = $$REPACK_DIR/qtwebengine_locales locales.CONFIG += no_check_exist locales.path = $$[QT_INSTALL_TRANSLATIONS] @@ -40,7 +40,7 @@ win32 { PLUGIN_PREFIX = } -plugins.files = $$getOutDir()/$$getConfigDir()/$${PLUGIN_PREFIX}ffmpegsumo$${PLUGIN_EXTENSION} +plugins.files = $$OUT_PWD/$$getConfigDir()/$${PLUGIN_PREFIX}ffmpegsumo$${PLUGIN_EXTENSION} plugins.CONFIG += no_check_exist plugins.path = $$[QT_INSTALL_PLUGINS]/qtwebengine -- cgit v1.2.3