2019-11-12 16:48:15 +00:00
|
|
|
# Generated from qstylesheetstyle.pro.
|
|
|
|
|
|
|
|
if(NOT QT_FEATURE_private_tests)
|
|
|
|
return()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qstylesheetstyle Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qstylesheetstyle
|
2018-10-24 13:20:27 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qstylesheetstyle.cpp
|
2019-11-12 16:48:15 +00:00
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Gui
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::GuiPrivate
|
|
|
|
Qt::TestPrivate
|
2019-11-12 16:48:15 +00:00
|
|
|
Qt::Widgets
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::WidgetsPrivate
|
2019-11-12 16:48:15 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
# Resources:
|
|
|
|
set(resources_resource_files
|
|
|
|
"images/testimage.png"
|
|
|
|
"images/testimage@2x.png"
|
|
|
|
)
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_resource(tst_qstylesheetstyle "resources"
|
2019-11-12 16:48:15 +00:00
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
FILES
|
|
|
|
${resources_resource_files}
|
2018-10-24 13:20:27 +00:00
|
|
|
)
|
2019-11-12 16:48:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qstylesheetstyle.pro:<TRUE>:
|
|
|
|
# _REQUIREMENTS = "qtConfig(private_tests)"
|