2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2019-11-12 16:48:15 +00:00
|
|
|
# Generated from qstylesheetstyle.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qstylesheetstyle Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2022-02-09 15:24:24 +00:00
|
|
|
# Resources:
|
|
|
|
set(resources_resource_files
|
|
|
|
"images/testimage.png"
|
|
|
|
"images/testimage@2x.png"
|
|
|
|
)
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qstylesheetstyle
|
2018-10-24 13:20:27 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qstylesheetstyle.cpp
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2019-11-12 16:48:15 +00:00
|
|
|
Qt::Gui
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::GuiPrivate
|
|
|
|
Qt::TestPrivate
|
2019-11-12 16:48:15 +00:00
|
|
|
Qt::Widgets
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::WidgetsPrivate
|
2022-02-09 15:24:24 +00:00
|
|
|
TESTDATA ${resources_resource_files}
|
|
|
|
BUILTIN_TESTDATA
|
2019-11-12 16:48:15 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qstylesheetstyle.pro:<TRUE>:
|
|
|
|
# _REQUIREMENTS = "qtConfig(private_tests)"
|