summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstylesheetstyle/qstylesheetstyle.pro
blob: f908c3ab7d2688e85a23715c7943caf4837f44cf (plain)
1
2
3
4
5
6
7
8
9
10
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))

win32:CONFIG += insignificant_test # QTBUG-24323