2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qstylesheetstyle
|
2012-02-21 15:09:30 +00:00
|
|
|
QT += widgets widgets-private gui-private testlib
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qstylesheetstyle.cpp
|
|
|
|
RESOURCES += resources.qrc
|
2012-02-21 15:09:30 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
requires(contains(QT_CONFIG,private_tests))
|