aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickstyleselector/qquickstyleselector.pro
blob: 3ad4d51619e4bc0fc4f114884b0000ce67f2ad2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += testcase
TARGET = tst_qquickstyleselector
SOURCES += tst_qquickstyleselector.cpp

osx:CONFIG -= app_bundle

QT += core-private gui-private qml-private quick-private quickcontrols2-private testlib

include (../shared/util.pri)

resourcestyle.prefix = /
resourcestyle.files += $$PWD/ResourceStyle/Button.qml
RESOURCES += resourcestyle

TESTDATA = data/*

OTHER_FILES += \
    data/*.qml