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

# special case begin
if(NOT TARGET Qt::Sql OR NOT TARGET Qt::PrintSupport)
    return()
endif()
# special case end

qt_exclude_tool_directories_from_default_target(
    qhelpgenerator
)

if(NOT TARGET Qt::Sql)
    return()
endif()
if(NOT QT_FEATURE_help)
    return()
endif()
add_subdirectory(help)
add_subdirectory(qhelpgenerator)