summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/widgets/graphicsview
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-07-07 17:25:24 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-07-08 11:01:38 +0200
commit1718948ed493cd5306e681c21a1c2f8e22b096f4 (patch)
treea8c30c54ac0a52d243c388274fddcf7ab43873a5 /tests/benchmarks/widgets/graphicsview
parent1339cc46678f475f788c9e86618c3824dd86a7ea (diff)
CMake: Regenerate benchmarks
Change-Id: I4154d9ebb8303338a07350b655c7b468751efd10 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/benchmarks/widgets/graphicsview')
-rw-r--r--tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt12
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicsanchorlayout/CMakeLists.txt2
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicsitem/CMakeLists.txt2
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicslayout/CMakeLists.txt2
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicslinearlayout/CMakeLists.txt2
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicsscene/CMakeLists.txt2
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicsview/CMakeLists.txt8
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/chipTest/CMakeLists.txt6
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/moveItems/CMakeLists.txt2
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/scrolltest/CMakeLists.txt2
-rw-r--r--tests/benchmarks/widgets/graphicsview/qgraphicswidget/CMakeLists.txt2
11 files changed, 21 insertions, 21 deletions
diff --git a/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt
index e5398b4c1e..3bdb724fae 100644
--- a/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_GraphicsViewBenchmark Binary:
#####################################################################
-add_qt_benchmark(tst_GraphicsViewBenchmark
+qt_add_benchmark(tst_GraphicsViewBenchmark
SOURCES
main.cpp
widgets/abstractitemcontainer.cpp widgets/abstractitemcontainer.h
@@ -124,7 +124,7 @@ set(GraphicsViewBenchmark_resource_files
"resources/blue_SVG/blue_user_status_online_38x38px.svg"
)
-add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark"
+qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark"
PREFIX
"/themes/blue"
FILES
@@ -213,7 +213,7 @@ set(GraphicsViewBenchmark1_resource_files
"resources/lime_SVG/lime_user_status_online_24x24px.svg"
)
-add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark1"
+qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark1"
PREFIX
"/themes/lime"
FILES
@@ -322,7 +322,7 @@ set(GraphicsViewBenchmark2_resource_files
"resources/avatars/avatar_woman_010_58x58.png"
)
-add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark2"
+qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark2"
PREFIX
"/avatars"
FILES
@@ -347,7 +347,7 @@ set(GraphicsViewBenchmark3_resource_files
"resources/contacts/lastnames.txt"
)
-add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
+qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
PREFIX
"/contact"
FILES
@@ -361,7 +361,7 @@ add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
## Scopes:
#####################################################################
-extend_target(tst_GraphicsViewBenchmark CONDITION TARGET Qt::OpenGL
+qt_extend_target(tst_GraphicsViewBenchmark CONDITION TARGET Qt::OpenGL
PUBLIC_LIBRARIES
Qt::OpenGL
Qt::OpenGLWidgets
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicsanchorlayout/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicsanchorlayout/CMakeLists.txt
index 4f526cc7b1..4355be1f99 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicsanchorlayout/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicsanchorlayout/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_bench_qgraphicsanchorlayout Binary:
#####################################################################
-add_qt_benchmark(tst_bench_qgraphicsanchorlayout
+qt_add_benchmark(tst_bench_qgraphicsanchorlayout
SOURCES
tst_qgraphicsanchorlayout.cpp
PUBLIC_LIBRARIES
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicsitem/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicsitem/CMakeLists.txt
index a63c37e323..e32fd82819 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicsitem/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicsitem/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_bench_qgraphicsitem Binary:
#####################################################################
-add_qt_benchmark(tst_bench_qgraphicsitem
+qt_add_benchmark(tst_bench_qgraphicsitem
SOURCES
tst_qgraphicsitem.cpp
PUBLIC_LIBRARIES
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicslayout/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicslayout/CMakeLists.txt
index 84f277df1b..aa25f356ca 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicslayout/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicslayout/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_bench_qgraphicslayout Binary:
#####################################################################
-add_qt_benchmark(tst_bench_qgraphicslayout
+qt_add_benchmark(tst_bench_qgraphicslayout
SOURCES
tst_qgraphicslayout.cpp
PUBLIC_LIBRARIES
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicslinearlayout/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicslinearlayout/CMakeLists.txt
index ab88de5bec..5d682dcdde 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicslinearlayout/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicslinearlayout/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_bench_qgraphicslinearlayout Binary:
#####################################################################
-add_qt_benchmark(tst_bench_qgraphicslinearlayout
+qt_add_benchmark(tst_bench_qgraphicslinearlayout
SOURCES
tst_qgraphicslinearlayout.cpp
PUBLIC_LIBRARIES
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicsscene/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicsscene/CMakeLists.txt
index 0c72479efd..682fb1acae 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicsscene/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicsscene/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_bench_qgraphicsscene Binary:
#####################################################################
-add_qt_benchmark(tst_bench_qgraphicsscene
+qt_add_benchmark(tst_bench_qgraphicsscene
SOURCES
tst_qgraphicsscene.cpp
PUBLIC_LIBRARIES
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicsview/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicsview/CMakeLists.txt
index d98e3dba19..a86f236664 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicsview/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicsview/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_bench_qgraphicsview Binary:
#####################################################################
-add_qt_benchmark(tst_bench_qgraphicsview
+qt_add_benchmark(tst_bench_qgraphicsview
SOURCES
chiptester/chip.cpp chiptester/chip.h
chiptester/chiptester.cpp chiptester/chiptester.h
@@ -23,7 +23,7 @@ set(qgraphicsview_resource_files
"random.data"
)
-add_qt_resource(tst_bench_qgraphicsview "qgraphicsview"
+qt_add_resource(tst_bench_qgraphicsview "qgraphicsview"
PREFIX
"/"
FILES
@@ -33,7 +33,7 @@ set(images_resource_files
"qt4logo.png"
)
-add_qt_resource(tst_bench_qgraphicsview "images"
+qt_add_resource(tst_bench_qgraphicsview "images"
PREFIX
"/"
BASE
@@ -49,7 +49,7 @@ add_qt_resource(tst_bench_qgraphicsview "images"
## Scopes:
#####################################################################
-extend_target(tst_bench_qgraphicsview CONDITION TARGET Qt::OpenGL
+qt_extend_target(tst_bench_qgraphicsview CONDITION TARGET Qt::OpenGL
PUBLIC_LIBRARIES
Qt::OpenGL
)
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/chipTest/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/chipTest/CMakeLists.txt
index e5e01a8434..ae5a17f020 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/chipTest/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/chipTest/CMakeLists.txt
@@ -4,7 +4,7 @@
## chip Binary:
#####################################################################
-add_qt_benchmark(chip
+qt_add_benchmark(chip
GUI
SOURCES
chip.cpp chip.h
@@ -25,7 +25,7 @@ set(images_resource_files
"zoomout.png"
)
-add_qt_resource(chip "images"
+qt_add_resource(chip "images"
PREFIX
"/"
FILES
@@ -42,7 +42,7 @@ add_qt_resource(chip "images"
## Scopes:
#####################################################################
-extend_target(chip CONDITION TARGET Qt::OpenGL
+qt_extend_target(chip CONDITION TARGET Qt::OpenGL
PUBLIC_LIBRARIES
Qt::OpenGL
)
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/moveItems/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/moveItems/CMakeLists.txt
index ce86e56722..6b7867a7cb 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/moveItems/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/moveItems/CMakeLists.txt
@@ -4,7 +4,7 @@
## moveItems Binary:
#####################################################################
-add_qt_benchmark(moveItems
+qt_add_benchmark(moveItems
GUI
SOURCES
main.cpp
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/scrolltest/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/scrolltest/CMakeLists.txt
index 310fcd0622..716fc03774 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/scrolltest/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/scrolltest/CMakeLists.txt
@@ -4,7 +4,7 @@
## scrolltest Binary:
#####################################################################
-add_qt_benchmark(scrolltest
+qt_add_benchmark(scrolltest
GUI
SOURCES
main.cpp
diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicswidget/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/qgraphicswidget/CMakeLists.txt
index ab16f7081e..2646da95fc 100644
--- a/tests/benchmarks/widgets/graphicsview/qgraphicswidget/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/qgraphicswidget/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_bench_qgraphicswidget Binary:
#####################################################################
-add_qt_benchmark(tst_bench_qgraphicswidget
+qt_add_benchmark(tst_bench_qgraphicswidget
SOURCES
tst_qgraphicswidget.cpp
PUBLIC_LIBRARIES