summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtwebengine.pro5
-rw-r--r--tests/auto/auto.pro4
-rw-r--r--tests/tests.pro3
3 files changed, 9 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)
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
new file mode 100644
index 000000000..30f0cbb03
--- /dev/null
+++ b/tests/auto/auto.pro
@@ -0,0 +1,4 @@
+TEMPLATE=subdirs
+SUBDIRS=\
+ widgets
+
diff --git a/tests/tests.pro b/tests/tests.pro
new file mode 100644
index 000000000..42fe80815
--- /dev/null
+++ b/tests/tests.pro
@@ -0,0 +1,3 @@
+TEMPLATE = subdirs
+SUBDIRS += auto
+