aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/styleimports/styleimports.pro
blob: 398ce7c2799f1fe842aceeec3589a300859343bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
CONFIG += testcase
TARGET = tst_styleimports
SOURCES += tst_styleimports.cpp

macos:CONFIG -= app_bundle

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

include (../shared/util.pri)

resourcestyle.prefix = /
resourcestyle.base = resources
resourcestyle.files += \
    $$PWD/resources/ResourceStyle/Button.qml \
    $$PWD/resources/ResourceStyle/qmldir
RESOURCES += resourcestyle

TESTDATA = data/*

OTHER_FILES += \
    data/*.qml \
    data/qmldir \
    data/FileSystemStyle/*.qml \
    data/FileSystemStyle/qmldir \
    data/PlatformStyle/*.qml \
    data/PlatformStyle/+linux/*.qml \
    data/PlatformStyle/+macos/*.qml \
    data/PlatformStyle/+windows/*.qml \
    data/PlatformStyle/qmldir