aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/styleimports/styleimports.pro
blob: 774d93e98f962e53f7c9ca00fde7a06048f6f3d9 (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
CONFIG += testcase
TARGET = tst_styleimports
SOURCES += tst_styleimports.cpp

macos: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 \
    $$PWD/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