summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-07 13:33:17 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-20 18:15:44 +0200
commit0c109945af09212f8fc5806831ffe7b1f827804d (patch)
tree780d0ee87ce905dcbb597f09aa6129ce03710a18 /qtwebengine.pro
parent23db3feb36d73c32004e274c166fb654c7c2e12d (diff)
API tests: Make them link.
Add the tests to the build. Very few of the test cases pass already, but this should allow to progress on the implementation while fixing/unskipping those tests. Change-Id: Id96d22748f8effad963232c2451fb8719d299fee Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'qtwebengine.pro')
-rw-r--r--qtwebengine.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/qtwebengine.pro b/qtwebengine.pro
index 49108691f..ce0098c55 100644
--- a/qtwebengine.pro
+++ b/qtwebengine.pro
@@ -11,7 +11,12 @@ SUBDIRS = resources \
build \ # This is where we use the generated qt_generated.gypi and run gyp
# Now build the API libraries
lib/quick
-qtHaveModule(widgets): SUBDIRS += lib/widgets
+
+qtHaveModule(widgets) {
+ SUBDIRS += \
+ lib/widgets \
+ tests/widgets
+}
SUBDIRS += examples