1# QML tests in this directory depend on a Qt platform plugin that supports OpenGL. 2# QML tests that do not require an OpenGL context should go in ../declarative_core. 3 4TEMPLATE = app 5TARGET = tst_declarative_ui 6!no_ui_tests:CONFIG += qmltestcase 7SOURCES += main.cpp 8 9CONFIG -= app_bundle 10 11QT += location quick 12 13OTHER_FILES = *.qml 14TESTDATA = $$OTHER_FILES 15 16 17# Import path used by 'make check' since CI doesn't install test imports 18IMPORTPATH = $$OUT_PWD/../../../qml 19 20DISTFILES += \ 21 ItemGroup.qml 22