summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstyle/qstyle.pro
blob: 9ad094024519e0e21a785afd82a17d07604acb5d (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:!android-embedded {
    RESOURCES += \
        testdata.qrc
}