aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-30 11:47:06 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-10-01 14:04:01 +0200
commitd5e8a697f8b33b3fb7671b97429c4e10ae345b91 (patch)
treeacb529e05892571e12c6fc4eaeb728c553d14481 /examples/quick/shapes
parenteda8e9f64a21b74120b8a694cf73b741a6e2f449 (diff)
CMake: Fix wrongly copy-pasted dependency in example
Amends edc4357ae4893dd952ce1c07b180b4b334047606 Pick-to: 6.2 Task-number: QTBUG-96805 Change-Id: Iedbf372cd94b1b04db55685a5d05daca491200fe Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/quick/shapes')
-rw-r--r--examples/quick/shapes/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/shapes/CMakeLists.txt b/examples/quick/shapes/CMakeLists.txt
index 04d00776e6..dce5effb63 100644
--- a/examples/quick/shapes/CMakeLists.txt
+++ b/examples/quick/shapes/CMakeLists.txt
@@ -35,7 +35,7 @@ target_link_libraries(shapesexample PUBLIC
Qt::Qml
Qt::Quick
)
-add_dependencies(shapesexample delegatechooser_shared)
+add_dependencies(shapesexample shapes_shared)
qt_add_qml_module(shapesexample
URI shapes