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-15 16:51:04 +0100
commit6c932c7d74c2202804e9970766f1072dfc0ce935 (patch)
tree3fbe07d731c7cfd73145c8aa31f54f8499e64514 /examples
parentd1a78e2a2d3d58a9c1f4b28f07896e95b24a62a6 (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)
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 0056518f1e..ee076a2e8e 100644
--- a/examples/widgets/tools/CMakeLists.txt
+++ b/examples/widgets/tools/CMakeLists.txt
@@ -13,7 +13,7 @@ qt_internal_add_example(undo)
qt_internal_add_example(undoframework)
if(QT_FEATURE_library) # special case
- add_subdirectory(echoplugin)
+ qt_internal_add_example(echoplugin)
# special case begin
if(QT_FEATURE_inputdialog)
qt_internal_add_example(plugandpaint)