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>
This commit is contained in:
Alexandru Croitor 2021-12-10 14:01:04 +01:00
parent eb4206ba23
commit fc89d92150

View File

@ -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)