aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-30 11:47:06 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-01 15:12:59 +0000
commitd5f1bd07b01c9b95bfe736c5142e3d1aa6a54800 (patch)
tree82efb31716dfc03241c5c53de6da7c5f29f060cb /examples
parentb34b0b0edb0e044a5827787be548ec936e820656 (diff)
CMake: Fix wrongly copy-pasted dependency in example
Amends edc4357ae4893dd952ce1c07b180b4b334047606 Task-number: QTBUG-96805 Change-Id: Iedbf372cd94b1b04db55685a5d05daca491200fe Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit d5e8a697f8b33b3fb7671b97429c4e10ae345b91) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-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