summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtwebengine.pro')
-rw-r--r--qtwebengine.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/qtwebengine.pro b/qtwebengine.pro
index c15cb1919..49108691f 100644
--- a/qtwebengine.pro
+++ b/qtwebengine.pro
@@ -9,7 +9,11 @@ SUBDIRS = resources \
lib \
process \
build \ # This is where we use the generated qt_generated.gypi and run gyp
- examples \
+ # Now build the API libraries
+ lib/quick
+qtHaveModule(widgets): SUBDIRS += lib/widgets
+
+SUBDIRS += examples
# Ninja executable location needs to be determined early for extra targets. Should be fetched from cache most of the time anyway.
NINJA_EXECUTABLE = $$findNinja()