e9a328bc0e
Use pro2cmake with '--api-version 2' to force regenerate projects to use the new prefixed qt_foo APIs. Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069 Reviewed-by: Joerg Bornemann <joerg.bornemann@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:
|
|
#####################################################################
|
|
|
|
qt_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_add_resource(tst_qstylesheetstyle "resources"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${resources_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qstylesheetstyle.pro:<TRUE>:
|
|
# _REQUIREMENTS = "qtConfig(private_tests)"
|