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


qt_exclude_tool_directories_from_default_target(
    assistant
    qhelpgenerator
    qcollectiongenerator
)

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