summaryrefslogtreecommitdiffstats
path: root/src/core/core_project.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-03 12:49:30 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2017-04-04 07:02:15 +0000
commitff15dec87970a6ed9fdb1f41c344ec9513853ae8 (patch)
tree050aafefb655a915f73223b877f5b8cf11e29bb9 /src/core/core_project.pro
parente2eeb3a66e55d83d003b05505891bf0cbd841bc0 (diff)
Fix source indexing in Qt Creator 4.3
Create a fake project, just for including the files compiled by ninja in a qmake project that Qt Creator can index, but which we do not build. Change-Id: I7b4fc7ba23090bddb49ee1e85f76f71fb33544e2 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/core/core_project.pro')
-rw-r--r--src/core/core_project.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core_project.pro b/src/core/core_project.pro
new file mode 100644
index 000000000..8418ab22b
--- /dev/null
+++ b/src/core/core_project.pro
@@ -0,0 +1,3 @@
+TEMPLATE = lib
+
+include(core_chromium.pri)