summaryrefslogtreecommitdiffstats
path: root/src/core/core_module.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-23 09:56:53 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-24 11:01:05 +0000
commit9b430876d31230b2fb4529889a5a6eaee5a2a37c (patch)
treea0de18c37dd427fa6f4f63144eeaa84b94aec164 /src/core/core_module.pro
parent53944320a5e82943c3dfe11e74890f4928a15a47 (diff)
Add chromium files to Qt project
This will make them indexed by Qt Creator, but may make launching on a non-SSD slower. Change-Id: Ifa6e54c06ef06f68fa277a408fa7b0783d715199 Reviewed-by: Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com> Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'src/core/core_module.pro')
-rw-r--r--src/core/core_module.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/core_module.pro b/src/core/core_module.pro
index 5300fdbbc..bed5b2905 100644
--- a/src/core/core_module.pro
+++ b/src/core/core_module.pro
@@ -96,3 +96,11 @@ icu.files = $$OUT_PWD/$$getConfigDir()/icudtl.dat
QMAKE_EXTRA_COMPILERS += icudt2build resources2build
}
}
+
+OTHER_FILES = \
+ $$files(../3rdparty/chromium/*.h, true) \
+ $$files(../3rdparty/chromium/*.cc, true) \
+ $$files(../3rdparty/chromium/*.mm, true) \
+ $$files(../3rdparty/chromium/*.py, true) \
+ $$files(../3rdparty/chromium/*.gyp, true) \
+ $$files(../3rdparty/chromium/*.gypi, true)