summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstylesheetstyle/qstylesheetstyle.pro
blob: 137d6a2bc55c0d9dd757aa37177b252bec66b9b5 (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
TARGET = tst_qstylesheetstyle
QT += widgets widgets-private testlib
QT += gui-private
# Input
SOURCES += tst_qstylesheetstyle.cpp
RESOURCES += resources.qrc
requires(contains(QT_CONFIG,private_tests))