Files
RedBear-OS/local/recipes/kde/kf6-extra-cmake-modules/source/kde-modules/KDEInstallDirs.cmake
T
2026-04-14 10:51:06 +01:00

16 lines
570 B
CMake

# SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: BSD-3-Clause
#[=======================================================================[.rst:
KDEInstallDirs
--------------
Compatibility wrapper around :kde-module:`KDEInstallDirs5`.
Since 5.82.0, prior to that equivalent to :kde-module:`KDEInstallDirs5`.
#]=======================================================================]
include(${CMAKE_CURRENT_LIST_DIR}/../modules/QtVersionOption.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/KDEInstallDirs${QT_MAJOR_VERSION}.cmake)