Warning, /graphics/krita/libs/version/kritagitversion.h.cmake is written in an unsupported language. File is not indexed.

0001 /* This file is part of the KDE project
0002  * SPDX-FileCopyrightText: 2013 Dmitry Kazakov <dimula73@gmail.com>
0003  * SPDX-FileCopyrightText: 2014 Jarosław Staniek <staniek@kde.org>
0004  *
0005  * SPDX-License-Identifier: LGPL-2.0-or-later
0006  */
0007 
0008 #ifndef __KRITA_GIT_VERSION_H
0009 #define __KRITA_GIT_VERSION_H
0010 
0011 /**
0012  * @def KRITA_GIT_SHA1_STRING
0013  * @ingroup KritaMacros
0014  * @brief Indicates the git sha1 commit which was used for compilation of Krita
0015  */
0016 #cmakedefine KRITA_GIT_SHA1_STRING "@KRITA_GIT_SHA1_STRING@"
0017 
0018 /**
0019  * @def KRITA_GIT_BRANCH_STRING
0020  * @ingroup KritaMacros
0021  * @brief Indicates the git branch name which was used for compilation of Krita
0022  */
0023 #cmakedefine KRITA_GIT_BRANCH_STRING "@KRITA_GIT_BRANCH_STRING@"
0024 
0025 /**
0026  * @def KRITA_GIT_DESCRIBE_STRING
0027  * @ingroup KritaMacros
0028  * @brief Indicates the git describe string
0029  */
0030 #cmakedefine KRITA_GIT_DESCRIBE_STRING "@KRITA_GIT_DESCRIBE_STRING@"
0031 
0032 #endif /* __KRITA_GIT_VERSION_H */