summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2023-03-20 08:45:26 +0100
committerMichal Klocek <michal.klocek@qt.io>2023-03-28 22:07:37 +0100
commit67eb9e151f75ff1fc570c27ede7868f40ed299ff (patch)
treec26ae34494d6fe1e93d6cccc91e558a6fa72b9c6 /tests
parentfd13a951a75913bac18f7aeba89dfff56258beb0 (diff)
downloadqtwebengine-67eb9e151f75ff1fc570c27ede7868f40ed299ff.tar.gz
Minor. Small clean up of qmake leftovers
Pick-to: 6.5 Change-Id: I0ef7f97b3d76c43e815daeb7d6782215c08e4f7d Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/manual.pro7
-rw-r--r--tests/manual/quick/quick.pro5
-rw-r--r--tests/manual/widgets/widgets.pro6
3 files changed, 0 insertions, 18 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
deleted file mode 100644
index edf95846c..000000000
--- a/tests/manual/manual.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- widgets \
- quick
-
-!qtHaveModule(webenginewidgets): SUBDIRS -= widgets
diff --git a/tests/manual/quick/quick.pro b/tests/manual/quick/quick.pro
deleted file mode 100644
index 8522763f8..000000000
--- a/tests/manual/quick/quick.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- faviconbrowser \
- touchbrowser
diff --git a/tests/manual/widgets/widgets.pro b/tests/manual/widgets/widgets.pro
deleted file mode 100644
index 5c80cc585..000000000
--- a/tests/manual/widgets/widgets.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE= subdirs
-
-SUBDIRS += \
- inputmethods \
- touchbrowser \
- webgl