aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/qmlplugindump.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-09-20 11:25:22 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-09-20 10:07:19 +0000
commit40d0ddaa8357ba4955c85178b5b34a28bec4fd71 (patch)
tree5b257328bc2872d9db263fffe00853d55bae4efa /tests/auto/qml/qmlplugindump/qmlplugindump.pro
parentc5900ebb1c31ec6823028f2a5c9761f4a2aaa2ad (diff)
Make qmlplugindump work in shadow builds
QQmlDataTest has provisions for looking up the data files in the right place. Use that. Change-Id: I3ec8d75efc0e66980986192e87e5ac52bc1119df Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlplugindump/qmlplugindump.pro')
-rw-r--r--tests/auto/qml/qmlplugindump/qmlplugindump.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlplugindump/qmlplugindump.pro b/tests/auto/qml/qmlplugindump/qmlplugindump.pro
index c713edc541..76f3fe2299 100644
--- a/tests/auto/qml/qmlplugindump/qmlplugindump.pro
+++ b/tests/auto/qml/qmlplugindump/qmlplugindump.pro
@@ -1,6 +1,8 @@
CONFIG += testcase
TARGET = tst_qmlplugindump
-QT += testlib gui-private
+QT += testlib gui-private qml
macx:CONFIG -= app_bundle
+include(../../shared/util.pri)
+
SOURCES += tst_qmlplugindump.cpp