summaryrefslogtreecommitdiff
path: root/src/qdoc/CMakeLists.txt
blob: c25c4a8eec959e00b0261bfef288a2e973bc759a (plain)
1
2
3
4
5
6
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(QT_FEATURE_qdoc AND QT_FEATURE_clangcpp)
    add_subdirectory(qdoc)
endif()