aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/qmlplugindump.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-09-27 16:18:31 +0200
committerKai Koehne <kai.koehne@qt.io>2018-10-09 07:50:30 +0000
commit9aa954e20e9fd02581d7334bda32deeb09752e66 (patch)
tree5e34ba6236b287b237d459cd7c5705ee83eb9458 /tests/auto/qml/qmlplugindump/qmlplugindump.pro
parentc481ce0789ff923637dc483c6b904a54b0c44852 (diff)
Merge qmlplugindump tests
Move all qmlplugindump test cases to the autotest one. Change-Id: If7b5ea119c862507686c11f4dafaa4648d4808f5 Reviewed-by: Marco Benelli <marco.benelli@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlplugindump/qmlplugindump.pro')
-rw-r--r--tests/auto/qml/qmlplugindump/qmlplugindump.pro14
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/auto/qml/qmlplugindump/qmlplugindump.pro b/tests/auto/qml/qmlplugindump/qmlplugindump.pro
index be0a0a49b6..cd33e5606e 100644
--- a/tests/auto/qml/qmlplugindump/qmlplugindump.pro
+++ b/tests/auto/qml/qmlplugindump/qmlplugindump.pro
@@ -1,9 +1,7 @@
-QT += testlib gui-private qml
-macx:CONFIG -= app_bundle
+TEMPLATE = subdirs
-CONFIG += testcase
-
-include(../../shared/util.pri)
-
-DEFINES += QT_QMLTEST_DIR=\\\"$${_PRO_FILE_PWD_}\\\"
-SOURCES += tst_qmlplugindump.cpp
+SUBDIRS += \
+ tst_qmlplugindump.pro \
+ data/dumper/Dummy/dummy.pro \
+ data/dumper/Imports/imports.pro \
+ data/dumper/Versions/versions.pro