summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-01-19 14:39:11 +0100
committerEirik Aavitsland <eirik.aavitsland@qt.io>2022-03-16 17:30:47 +0000
commit06ae76dcb3cc6e789a2ce7d186f888a712434b2b (patch)
tree342b87fbd951896276cad27eb1e49a609e1be9bf /tests/manual
parentbaf506296e8038d17b6b093e998182d6e822e8e4 (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> (cherry picked from commit c7539876f69ae0e19d39326d3e8d889fe51f3f57) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/lance/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/lance/CMakeLists.txt b/tests/manual/lance/CMakeLists.txt
index edf2faa929..3b932c3629 100644
--- a/tests/manual/lance/CMakeLists.txt
+++ b/tests/manual/lance/CMakeLists.txt
@@ -6,13 +6,13 @@
qt_internal_add_manual_test(lance
SOURCES
- ../../baseline/painting/paintcommands.cpp ../../baseline/painting/paintcommands.h
+ ../../baseline/shared/paintcommands.cpp ../../baseline/shared/paintcommands.h
interactivewidget.cpp interactivewidget.h
main.cpp
widgets.h
INCLUDE_DIRECTORIES
.
- ../../baseline/painting
+ ../../baseline/shared
PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::Gui