summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
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