403213240c
Modify special case locations to use the new API as well. Clean up some stale .prev files that are not needed anymore. Clean up some project files that are not used anymore. Task-number: QTBUG-86815 Change-Id: I9947da921f98686023c6bb053dfcc101851276b5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
38 lines
826 B
CMake
38 lines
826 B
CMake
# Generated from qstylesheetstyle.pro.
|
|
|
|
if(NOT QT_FEATURE_private_tests)
|
|
return()
|
|
endif()
|
|
|
|
#####################################################################
|
|
## tst_qstylesheetstyle Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_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"
|
|
)
|
|
|
|
qt_internal_add_resource(tst_qstylesheetstyle "resources"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${resources_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qstylesheetstyle.pro:<TRUE>:
|
|
# _REQUIREMENTS = "qtConfig(private_tests)"
|