summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2016-12-14 16:18:20 +0100
committerMichal Klocek <michal.klocek@qt.io>2016-12-14 20:29:27 +0000
commit4896ce945f38268febee67868b725ec406621b1f (patch)
treec745ec0ca993769030b3496fbe9f6ca85812484f /src
parent0752384f39a6830e8677314940f1529e94885cd3 (diff)
Add GN files to other files
This will help QtCreator find them for us. Change-Id: I9ec27f75f7153427d16ebe62b79a283e287ff829 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/core/core_module.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/core_module.pro b/src/core/core_module.pro
index 65e46dcec..596993457 100644
--- a/src/core/core_module.pro
+++ b/src/core/core_module.pro
@@ -109,4 +109,6 @@ OTHER_FILES = \
$$files(../3rdparty/chromium/*.mm, true) \
$$files(../3rdparty/chromium/*.py, true) \
$$files(../3rdparty/chromium/*.gyp, true) \
- $$files(../3rdparty/chromium/*.gypi, true)
+ $$files(../3rdparty/chromium/*.gypi, true) \
+ $$files(../3rdparty/chromium/*.gn, true) \
+ $$files(../3rdparty/chromium/*.gni, true)