summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-23 09:41:03 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-23 08:54:56 +0000
commite584796e1563358e9ac828552e6a187a9d8f2541 (patch)
tree0a27afeb18ea56beba1e8ed46faae41846be0ff6 /qtwebengine.pro
parent962a07b22c14c3fe8a9f539c7deecf6429a9f96c (diff)
Add tools to project for Qt Creator
Adds the tools and qmake scripts from qtwebengine to the project so that QtCreator can find them. This is the same we did in QtWebKit. Change-Id: I09ffdb6158adcbacd9dc4958ad199917e321498a Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'qtwebengine.pro')
-rw-r--r--qtwebengine.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/qtwebengine.pro b/qtwebengine.pro
index 5156e4620..3d20cc2f4 100644
--- a/qtwebengine.pro
+++ b/qtwebengine.pro
@@ -1,2 +1,12 @@
load(qt_build_config)
load(qt_parts)
+
+OTHER_FILES = \
+ tools/buildscripts/* \
+ tools/scripts/* \
+ tools/qmake/config.tests/khr/* \
+ tools/qmake/config.tests/libcap/* \
+ tools/qmake/config.tests/libvpx/* \
+ tools/qmake/config.tests/snappy/* \
+ tools/qmake/config.tests/srtp/* \
+ tools/qmake/mkspecs/features/*