aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/qmlplugindump.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-09-21 10:49:48 +0200
committerKai Koehne <kai.koehne@qt.io>2018-10-09 07:50:19 +0000
commitbcaa140616eaaf0b6e27f1a2c0f88496cfd06c41 (patch)
treed2966b500d90d14ed412bd2d4ad1edc0dda56b77 /tests/auto/qml/qmlplugindump/qmlplugindump.pro
parent783c40a59013123f230663743577f6c542f142c7 (diff)
Fix qmlplugindump autotest
Also add CONFIG += testcase in the hope that this will let the CI also run the autotest. Change-Id: I8c048f37886ce898df8f408b492e4c0e7e8dced9 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.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlplugindump/qmlplugindump.pro b/tests/auto/qml/qmlplugindump/qmlplugindump.pro
index ab915c819c..be0a0a49b6 100644
--- a/tests/auto/qml/qmlplugindump/qmlplugindump.pro
+++ b/tests/auto/qml/qmlplugindump/qmlplugindump.pro
@@ -1,6 +1,8 @@
QT += testlib gui-private qml
macx:CONFIG -= app_bundle
+CONFIG += testcase
+
include(../../shared/util.pri)
DEFINES += QT_QMLTEST_DIR=\\\"$${_PRO_FILE_PWD_}\\\"