summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-01-19 14:39:11 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-01-20 22:56:11 +0100
commitc7539876f69ae0e19d39326d3e8d889fe51f3f57 (patch)
tree7e5c33fff50a85103f10f9faceb5cc2acd953fda /tests/benchmarks
parent7f318327e57122c7f49bdef9915153f6956a5c7d (diff)
Baseline: Move the paintcommands code into the shared directory
It's used by the lancebench and the lance tool, and it will probably be useful for writing some high-dpi related unit and baseline test cases, so move it to the shared folder. Change-Id: I969bab51c9504be13b4c192b4f29f69cd9102868 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/gui/painting/lancebench/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/gui/painting/lancebench/CMakeLists.txt b/tests/benchmarks/gui/painting/lancebench/CMakeLists.txt
index f417bcc61a..0d22641117 100644
--- a/tests/benchmarks/gui/painting/lancebench/CMakeLists.txt
+++ b/tests/benchmarks/gui/painting/lancebench/CMakeLists.txt
@@ -6,10 +6,10 @@
qt_internal_add_benchmark(tst_bench_lancebench
SOURCES
- ../../../../baseline/painting/paintcommands.cpp ../../../../baseline/painting/paintcommands.h
+ ../../../../baseline/shared/paintcommands.cpp ../../../../baseline/shared/paintcommands.h
tst_lancebench.cpp
INCLUDE_DIRECTORIES
- ../../../../baseline/painting
+ ../../../../baseline/shared
PUBLIC_LIBRARIES
Qt::Gui
Qt::GuiPrivate