summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Vogt <matthew.vogt@nokia.com>2012-02-01 13:54:43 +1000
committerMatthew Vogt <matthew.vogt@nokia.com>2012-02-01 05:25:50 +0100
commit69835f7e506558d28006d4039ef47fc6069ddce5 (patch)
treeec6c09b8026139d548f0dda24ab888088658bce8
parent6878db3c0802470e9fd6a224b17d8b03228afbb8 (diff)
Fix missing .pro files in test hierarchy
Change-Id: I999d5dbbc664b97e7056339e59cb95fabd8d645e Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
-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