summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/CMakeLists.txt
blob: 136097ddf3ed85c33494a39321735882af394c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
qt_internal_add_example(completer)
qt_internal_add_example(customcompleter)
if(QT_FEATURE_translation)
    qt_internal_add_example(i18n)
endif()
qt_internal_add_example(regularexpression)
qt_internal_add_example(settingseditor)
qt_internal_add_example(styleplugin)
qt_internal_add_example(treemodelcompleter)
qt_internal_add_example(undo)
qt_internal_add_example(undoframework)

if(QT_FEATURE_library)
    add_subdirectory(echoplugin)

    if(QT_FEATURE_inputdialog)
        qt_internal_add_example(plugandpaint)
    endif()
endif()