summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-12-10 14:01:04 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-12-15 15:43:16 +0100
commitfc89d92150e41e0bb10ed15aec0d9020a895669c (patch)
treeeed94d4a296d0f049c3a6ff67a832cc8c16d718e /examples/widgets/tools
parenteb4206ba236fe333a4e77cf122df96daecf2b40b (diff)
CMake: Fix echoplugin example to be built as an external project
It was accidentally reverted as part of a different change. Amends 3c1125d9fe41332087ab6213a5514426109ead08 Pick-to: 6.2 6.3 Task-number: QTBUG-90820 Change-Id: Id9b2650c7c42fd9f401cd2da3fcd60ed4d39d212 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'examples/widgets/tools')
-rw-r--r--examples/widgets/tools/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/tools/CMakeLists.txt b/examples/widgets/tools/CMakeLists.txt
index 136097ddf3..79c231e9be 100644
--- a/examples/widgets/tools/CMakeLists.txt
+++ b/examples/widgets/tools/CMakeLists.txt
@@ -11,7 +11,7 @@ qt_internal_add_example(undo)
qt_internal_add_example(undoframework)
if(QT_FEATURE_library)
- add_subdirectory(echoplugin)
+ qt_internal_add_example(echoplugin)
if(QT_FEATURE_inputdialog)
qt_internal_add_example(plugandpaint)