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

qt_internal_add_test(tst_QDoc
  SOURCES
    main.cpp

    boundaries/filesystem/catch_filepath.cpp
    boundaries/filesystem/catch_directorypath.cpp
    filesystem/catch_fileresolver.cpp

    ../../../../src/qdoc/qdoc/boundaries/filesystem/filepath.cpp
    ../../../../src/qdoc/qdoc/boundaries/filesystem/directorypath.cpp
    ../../../../src/qdoc/qdoc/boundaries/filesystem/resolvedfile.cpp
    ../../../../src/qdoc/qdoc/filesystem/fileresolver.cpp
  INCLUDE_DIRECTORIES
    ../../../../src/qdoc/qdoc/
    ../catch/
    ../catch_generators/
    ../catch_conversions/
)