summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/CMakeLists.txt
blob: e3372ee654d60a7cb5f5bb597ff6f4de2bbfc97c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from qdoc.pro.

add_subdirectory(config)
# special case begin
# CMake builds currently don't build qdoc, presumably because the llvm
# version update hasn't been finished yet. This causes the test to fail.
# Include it conditionally.
if(TARGET Qt::qdoc)
    add_subdirectory(generatedoutput)
endif()
# special case end
add_subdirectory(qdoccommandlineparser)
add_subdirectory(utilities)