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

#####################################################################
## Tools Module:
#####################################################################

qt_internal_add_module(Tools
    INTERNAL_MODULE
    HEADER_MODULE
    # special case begin
    CONFIGURE_FILE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../configure.cmake"
    # special case end
    MODULE_INTERFACE_NAME Tools # Specify the 'Tools' name explicitly to avoid warning
                                # related to the expected name of internal module.
)