summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/CMakeLists.txt
blob: 1d0f35e1559bb8859d1fdf2e508929179708bfc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_example(completer)
qt_internal_add_example(customcompleter)
qt_internal_add_example(regularexpression)
qt_internal_add_example(settingseditor)
qt_internal_add_example(styleplugin)
qt_internal_add_example(treemodelcompleter)
qt_internal_add_example(undoframework)

if(QT_FEATURE_library)
    qt_internal_add_example(echoplugin)
endif()