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

qt_examples_build_begin()


qt_exclude_tool_directories_from_default_target(
    assistant
)

if(TARGET Qt::Widgets)
    add_subdirectory(help)
    add_subdirectory(linguist)
    add_subdirectory(uitools)
endif()
if(QT_FEATURE_process AND TARGET Qt::Widgets)
    add_subdirectory(designer)
    add_subdirectory(assistant)
endif()

qt_examples_build_end()