summaryrefslogtreecommitdiffstats
path: root/src/core/core_gn_config.pri
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-06-22 18:24:53 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-07-03 07:54:52 +0000
commit0c2091e2a30d22b57fbef31f852794975d71961f (patch)
tree66c166900595b999189579520541dd355ef3833e /src/core/core_gn_config.pri
parentec127d7e4898940116be9fbbc8dc94b4cfa9b18c (diff)
Add hack to export our headers to Chromium
Add hack to export core headers and move back service_qt to main repo. This change pulls the required change in Chromium Change-Id: I8c73cd20c4358c51911b98b42922e1361bfb28b6 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/core_gn_config.pri')
-rw-r--r--src/core/core_gn_config.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core_gn_config.pri b/src/core/core_gn_config.pri
index fb671ddb2..9b0145dfc 100644
--- a/src/core/core_gn_config.pri
+++ b/src/core/core_gn_config.pri
@@ -5,6 +5,7 @@ GN_FIND_MOCABLES_SCRIPT = $$shell_path($$QTWEBENGINE_ROOT/tools/scripts/gn_find_
GN_RUN_BINARY_SCRIPT = $$shell_path($$QTWEBENGINE_ROOT/tools/scripts/gn_run_binary.py)
GN_IMPORTS = $$PWD/qtwebengine.gni
GN_INCLUDES = $$PWD/qtwebengine_sources.gni $$PWD/qtwebengine_resources.gni
+GN_CORE_INCLUDE_DIRS = $$PWD/service
GN_CREATE_PRI = true
QMAKE_INTERNAL_INCLUDED_FILES = $$GN_IMPORTS $$GN_INCLUDES $$GN_FILE