summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtwebengine.pro')
-rw-r--r--qtwebengine.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/qtwebengine.pro b/qtwebengine.pro
index 5db155c26..e8a2c5754 100644
--- a/qtwebengine.pro
+++ b/qtwebengine.pro
@@ -16,11 +16,8 @@ SUBDIRS = build/qmake_extras \ # Phony pro file that extracts things like compil
qtHaveModule(widgets) {
SUBDIRS += \
lib/widgets \
- tests/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 = $$findOrBuildNinja()
@@ -35,3 +32,5 @@ debug.depends: qmake
QMAKE_EXTRA_TARGETS += release \
debug
+
+load(qt_parts)