summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/config/CMakeLists.txt
blob: 9836fb1f025635bc77433c0ab1f63e59b1c76de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_config Test:
#####################################################################

qt_internal_add_test(tst_config
    SOURCES
        ../../../../src/qdoc/config.cpp ../../../../src/qdoc/config.h
        ../../../../src/qdoc/location.cpp ../../../../src/qdoc/location.h
        ../../../../src/qdoc/qdoccommandlineparser.cpp ../../../../src/qdoc/qdoccommandlineparser.h
        ../../../../src/qdoc/utilities.cpp ../../../../src/qdoc/utilities.h
        tst_config.cpp
    INCLUDE_DIRECTORIES
        ../../../../src/qdoc
)