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.pro114
1 files changed, 0 insertions, 114 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
deleted file mode 100644
index 56a3309701..0000000000
--- a/tests/auto/qml/qml.pro
+++ /dev/null
@@ -1,114 +0,0 @@
-TEMPLATE = subdirs
-QT_FOR_CONFIG += qml
-
-METATYPETESTS += \
- qqmlmetatype
-
-PUBLICTESTS += \
- parserstress \
- qjsprimitivevalue \
- qjsvalueiterator \
- qjsonbinding \
- qqmlfile \
- qqmlfileselector
-
-PUBLICTESTS += \
- qqmlcomponent \
- qqmlconsole \
- qqmlengine \
- qqmlerror \
- qqmlincubator \
- qqmlinfo \
- qqmllistreference \
- qqmllocale \
- qqmlmetaobject \
- qqmlmoduleplugin \
- qqmlnotifier \
- qqmlqt \
- qqmlxmlhttprequest \
- qqmlpromise \
- qtqmlmodules \
- qquickfolderlistmodel \
- qqmlapplicationengine \
- qqmlsettings \
- qmldiskcache
-
-PRIVATETESTS += \
- qqmlcpputils \
- qqmldirparser \
- qmlcachegen
-
-PRIVATETESTS += \
- animation \
- qqmlecmascript \
- qqmlcontext \
- qqmlexpression \
- qqmlglobal \
- qqmllanguage \
- qqmlopenmetaobject \
- qqmlproperty \
- qqmlpropertycache \
- qqmlpropertymap \
- qqmlsqldatabase \
- qqmlvaluetypes \
- qqmlvaluetypeproviders \
- qqmlbinding \
- qqmlchangeset \
- qqmlconnections \
- qqmllistcompositor \
- qqmllistmodel \
- qqmllistmodelworkerscript \
- qqmlitemmodels \
- qqmltypeloader \
- qqmlparser \
- qquickworkerscript \
- qrcqml \
- qqmltimer \
- qqmlinstantiator \
- qqmlenginecleanup \
- qqmltranslation \
- qqmlimport \
- qqmlobjectmodel \
- qqmltablemodel \
- qv4assembler \
- qv4mm \
- qv4identifiertable \
- qv4regexp \
- ecmascripttests \
- bindingdependencyapi \
- v4misc
-
-qtHaveModule(widgets) {
- SUBDIRS += \
- qjsengine \
- qjsvalue \
- qjsmanagedvalue \
-# qwidgetsinqml
-}
-
-SUBDIRS += $$PUBLICTESTS
-SUBDIRS += $$METATYPETESTS
-qtConfig(process) {
- qtConfig(qml-debug): SUBDIRS += debugger
- !boot2qt {
- SUBDIRS += \
- qmlformat \
- qmlimportscanner \
- qmllint \
- qmlplugindump
- }
-}
-
-qtConfig(library) {
- SUBDIRS += qqmlextensionplugin
-}
-
-qtConfig(private_tests): \
- SUBDIRS += $$PRIVATETESTS
-
-qtNomakeTools( \
- qmlplugindump \
-)
-
-!cross_compile: \
- SUBDIRS += qmltyperegistrar