summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/CMakeLists.txt
blob: 0056518f1e437aa48a881d705cd1a0ad5bb95a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from tools.pro.

qt_internal_add_example(completer)
qt_internal_add_example(customcompleter)
if(QT_FEATURE_translation) # special case
    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) # special case
    add_subdirectory(echoplugin)
    # special case begin
    if(QT_FEATURE_inputdialog)
        qt_internal_add_example(plugandpaint)
    endif()
    # special case end
endif()