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

SOURCES += \
    $$PWD/tst_qquickuniversalstyle.cpp

RESOURCES += \
    $$PWD/qquickuniversalstyle.qrc

OTHER_FILES += \
    $$PWD/data/*

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