d91cf1e53b
remove "header" and assignmets which are defaults or bogus, reorder some assignments. Change-Id: I67403872168c890ca3b696753ceb01c605d19be7 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
11 lines
258 B
Prolog
11 lines
258 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qstylesheetstyle
|
|
QT += widgets widgets-private gui-private testlib
|
|
|
|
SOURCES += tst_qstylesheetstyle.cpp
|
|
RESOURCES += resources.qrc
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|
|
|
|
win32:CONFIG += insignificant_test # QTBUG-24323
|