Warning, /plasma/kinfocenter/Modules/about-distro/src/Version.h.cmake is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0003     SPDX-FileCopyrightText: 2012-2021 Harald Sitter <sitter@kde.org>
0004 */
0005 
0006 #ifndef VERSION_H
0007 #define VERSION_H
0008 
0009 // NOTE: we want the cmakedefine so undefined cmake variables result in undefined macros result in build failures when they are used!
0010 #cmakedefine PROJECT_VERSION "@PROJECT_VERSION@"
0011 
0012 #endif // VERSION_H