aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickimaginestyle/qquickimaginestyle.pro
blob: c421f2dc8814fa76bdad0ffd4a624dec576c7df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = tst_qquickimaginestyle
CONFIG += qmltestcase

SOURCES += \
    $$PWD/tst_qquickimaginestyle.cpp

RESOURCES += \
    $$PWD/qtquickcontrols2.conf \
    $$PWD/control-assets/button-background.9.png

OTHER_FILES += \
    $$PWD/data/*.qml

TESTDATA += \
    $$PWD/data/tst_*