summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstylesheetstyle/CMakeLists.txt
blob: 608b7d299bf05d262c1b2484a45db528be86f6e6 (plain)
1
2
3
4
5
6
7
8
9
add_qt_test("tst_qstylesheetstyle"
    SOURCES
        resources.qrc
        tst_qstylesheetstyle.cpp
    LIBRARIES
        Qt::WidgetsPrivate
        Qt::GuiPrivate
        Qt::TestPrivate
)