qt5base-lts/tests/auto/widgets/styles/qstylesheetstyle/CMakeLists.txt
Alexandru Croitor 0d177053b9 Regenerate projects one last time before merge
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2020-02-12 17:30:49 +00:00

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)"