Warning, /office/alkimia/cmake/modules/KDEInstallDirs.cmake is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2024 Ralf Habacker ralf.habacker @freenet.de
0002 #
0003 # SPDX-License-Identifier: BSD-3-Clause
0004 
0005 # replacement for the same file from ECM package with KF4 support
0006 
0007 if (QT_MAJOR_VERSION EQUAL 4)
0008     set(KDE_SKIP_RPATH_SETTINGS 1)
0009 else()
0010     include(${ECM_KDE_MODULE_DIR}/KDEInstallDirs${QT_MAJOR_VERSION}.cmake)
0011 endif()