summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/auto.pro (renamed from tests/auto/declarative.pro)0
-rw-r--r--tests/manual/declarative/qmlshadersplugin/qmlshadersplugin.pro2
-rw-r--r--tests/manual/manual.pro3
-rw-r--r--tests/tests.pro2
4 files changed, 6 insertions, 1 deletions
diff --git a/tests/auto/declarative.pro b/tests/auto/auto.pro
index f2173f0c..f2173f0c 100644
--- a/tests/auto/declarative.pro
+++ b/tests/auto/auto.pro
diff --git a/tests/manual/declarative/qmlshadersplugin/qmlshadersplugin.pro b/tests/manual/declarative/qmlshadersplugin/qmlshadersplugin.pro
index 98101fb6..861bea74 100644
--- a/tests/manual/declarative/qmlshadersplugin/qmlshadersplugin.pro
+++ b/tests/manual/declarative/qmlshadersplugin/qmlshadersplugin.pro
@@ -1,4 +1,4 @@
-QT += declarative opengl
+QT += quick1 opengl
# Add more folders to ship with the application, here
folder_01.source = qml/qmlshadersplugintest
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
new file mode 100644
index 00000000..9191c454
--- /dev/null
+++ b/tests/manual/manual.pro
@@ -0,0 +1,3 @@
+TEMPLATE = subdirs
+SUBDIRS += declarative
+
diff --git a/tests/tests.pro b/tests/tests.pro
new file mode 100644
index 00000000..36df2f7b
--- /dev/null
+++ b/tests/tests.pro
@@ -0,0 +1,2 @@
+TEMPLATE = subdirs
+SUBDIRS += auto manual