summaryrefslogtreecommitdiffstats
path: root/examples
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-17 11:26:22 +0100
commit3a051c4fca2ae37fc0bdeae69c43c7f20c43c662 (patch)
treee6f6ec4063cca183597a3dc1345922d6889a890e /examples
parent9cd3e0c92c54e855c8523af46587b07b1936238f (diff)
CMake: Fix echoplugin example to be built as an external project
It was accidentally reverted as part of a different change. Amends 3c1125d9fe41332087ab6213a5514426109ead08 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> (cherry picked from commit fc89d92150e41e0bb10ed15aec0d9020a895669c) Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'examples')
-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)