aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro56
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
new file mode 100644
index 0000000000..bcfbcbdbf0
--- /dev/null
+++ b/tests/auto/qml/qml.pro
@@ -0,0 +1,56 @@
+TEMPLATE = subdirs
+
+METATYPETESTS += \
+ qqmlmetatype
+
+PUBLICTESTS += \
+ parserstress \
+ qjsengine \
+ qjsvalue \
+ qjsvalueiterator \
+ qmlmin \
+ qmlplugindump \
+ qqmlcomponent \
+ qqmlconsole \
+ qqmlcontext \
+ qqmlengine \
+ qqmlerror \
+ qqmlincubator \
+ qqmlinfo \
+ qqmllistreference \
+ qqmllocale \
+ qqmlmetaobject \
+ qqmlmoduleplugin \
+ qqmlqt \
+ qqmltranslation \
+ qqmlxmlhttprequest \
+ qqmlparser \
+ qquickfolderlistmodel
+
+PRIVATETESTS += \
+ animation \
+ qqmlcpputils \
+ qqmlecmascript \
+ qqmlexpression \
+ qqmlimageprovider \
+ qqmlinstruction \
+ qqmllanguage \
+ qqmlproperty \
+ qqmlpropertymap \
+ qqmlsqldatabase \
+ qqmlvaluetypes \
+ qquickbinding \
+ qquickchangeset \
+ qquickconnection \
+ qquicklistcompositor \
+ qquicklistmodel \
+ qquickworkerscript \
+ v4
+
+SUBDIRS += $$PUBLICTESTS
+SUBDIRS += $$METATYPETESTS
+SUBDIRS += debugger
+
+contains(QT_CONFIG, private_tests) {
+ SUBDIRS += $$PRIVATETESTS
+}