Regenerate tests/auto/widgets/styles
Change-Id: I8c9a63d0ac33465db832f01e1dd84abbea66fb30 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
a678d9fb62
commit
5c549fba30
@ -1 +1,15 @@
|
||||
add_qt_test("tst_qmacstyle" SOURCES tst_qmacstyle.cpp LIBRARIES Qt::WidgetsPrivate)
|
||||
# Generated from qmacstyle.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmacstyle Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qmacstyle
|
||||
SOURCES
|
||||
tst_qmacstyle.cpp
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
@ -1 +1,16 @@
|
||||
add_qt_test("tst_qstyleoption" SOURCES tst_qstyleoption.cpp LIBRARIES Qt::Widgets)
|
||||
# Generated from qstyleoption.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qstyleoption Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qstyleoption
|
||||
SOURCES
|
||||
tst_qstyleoption.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qstyleoption.pro:<TRUE>:
|
||||
# TEMPLATE = "app"
|
||||
|
@ -1,9 +1,38 @@
|
||||
add_qt_test("tst_qstylesheetstyle"
|
||||
# Generated from qstylesheetstyle.pro.
|
||||
|
||||
if(NOT QT_FEATURE_private_tests)
|
||||
return()
|
||||
endif()
|
||||
|
||||
#####################################################################
|
||||
## tst_qstylesheetstyle Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qstylesheetstyle
|
||||
SOURCES
|
||||
resources.qrc
|
||||
tst_qstylesheetstyle.cpp
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::TestPrivate
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
# 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)"
|
||||
|
Loading…
Reference in New Issue
Block a user