summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstyle/qstyle.pro
blob: 0fb74999463b90185ca57127e8fdaf13c3b3eefb (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_qstyle
QT += widgets testlib testlib-private
SOURCES  += tst_qstyle.cpp

android {
    RESOURCES += \
        testdata.qrc
}