2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qstylesheetstyle
|
2017-10-30 12:45:18 +00:00
|
|
|
QT += widgets widgets-private gui-private testlib testlib-private
|
2012-02-21 15:09:30 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qstylesheetstyle.cpp
|
|
|
|
RESOURCES += resources.qrc
|
2012-02-21 15:09:30 +00:00
|
|
|
|
2016-08-05 11:35:39 +00:00
|
|
|
requires(qtConfig(private_tests))
|