0d177053b9
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
38 lines
808 B
CMake
38 lines
808 B
CMake
# Generated from qstylesheetstyle.pro.
|
|
|
|
if(NOT QT_FEATURE_private_tests)
|
|
return()
|
|
endif()
|
|
|
|
#####################################################################
|
|
## tst_qstylesheetstyle Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_qstylesheetstyle
|
|
SOURCES
|
|
tst_qstylesheetstyle.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
Qt::TestPrivate
|
|
Qt::Widgets
|
|
Qt::WidgetsPrivate
|
|
)
|
|
|
|
# Resources:
|
|
set(resources_resource_files
|
|
"images/testimage.png"
|
|
"images/testimage@2x.png"
|
|
)
|
|
|
|
add_qt_resource(tst_qstylesheetstyle "resources"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${resources_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qstylesheetstyle.pro:<TRUE>:
|
|
# _REQUIREMENTS = "qtConfig(private_tests)"
|