summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)