Warning, /kdevelop/kdev-python/kdevpythonversion.h.cmake is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2012 Sven Brauch <svenbrauch@googlemail.com>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef KDEVPYTHON_VERSION_H
0008 #define KDEVPYTHON_VERSION_H
0009 
0010 #define PYTHON_VERSION_MINOR @Python3_VERSION_MINOR@
0011 #define PYTHON_VERSION_MINOR_STR "@Python3_VERSION_MINOR@"
0012 
0013 #define PYTHON_VERSION_MAJOR @Python3_VERSION_MAJOR@
0014 #define PYTHON_VERSION_MAJOR_STR "@Python3_VERSION_MAJOR@"
0015 
0016 #define PYTHON_VERSION QT_VERSION_CHECK(@Python3_VERSION_MAJOR@, @Python3_VERSION_MINOR@, @Python3_VERSION_PATCH@)
0017 #define PYTHON_VERSION_STR "@Python3_VERSION_MAJOR@.@Python3_VERSION_MINOR@"
0018 
0019 #define PYTHON_EXECUTABLE "@Python3_EXECUTABLE@"
0020 
0021 #endif