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

android {
    RESOURCES += \
        testdata.qrc
}