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


qt_exclude_tool_directories_from_default_target(
    assistant
    qhelpgenerator
)

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