2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
|
2019-10-28 15:23:01 +00:00
|
|
|
# Generated from qgraphicsview.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_bench_qgraphicsview Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_benchmark(tst_bench_qgraphicsview
|
2019-10-28 15:23:01 +00:00
|
|
|
SOURCES
|
|
|
|
chiptester/chip.cpp chiptester/chip.h
|
|
|
|
chiptester/chiptester.cpp chiptester/chiptester.h
|
|
|
|
tst_qgraphicsview.cpp
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2019-10-28 15:23:01 +00:00
|
|
|
Qt::Gui
|
|
|
|
Qt::Test
|
|
|
|
Qt::Widgets
|
|
|
|
)
|
|
|
|
|
|
|
|
# Resources:
|
|
|
|
set(qgraphicsview_resource_files
|
|
|
|
"images/designer.png"
|
|
|
|
"images/wine-big.jpeg"
|
|
|
|
"images/wine.jpeg"
|
|
|
|
"random.data"
|
|
|
|
)
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_resource(tst_bench_qgraphicsview "qgraphicsview"
|
2019-10-28 15:23:01 +00:00
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
FILES
|
|
|
|
${qgraphicsview_resource_files}
|
|
|
|
)
|
2019-11-13 12:37:20 +00:00
|
|
|
set(images_resource_files
|
2021-05-14 13:31:30 +00:00
|
|
|
"chiptester/qt4logo.png"
|
2019-11-13 12:37:20 +00:00
|
|
|
)
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_resource(tst_bench_qgraphicsview "images"
|
2019-11-13 12:37:20 +00:00
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
BASE
|
|
|
|
"chiptester"
|
|
|
|
FILES
|
|
|
|
${images_resource_files}
|
|
|
|
)
|
2019-10-28 15:23:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qgraphicsview.pro:<TRUE>:
|
|
|
|
# TEMPLATE = "app"
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_extend_target(tst_bench_qgraphicsview CONDITION TARGET Qt::OpenGL
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2019-10-28 15:23:01 +00:00
|
|
|
Qt::OpenGL
|
|
|
|
)
|