mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
11 lines
380 B
CMake
11 lines
380 B
CMake
#ifndef KDEVELOP_CONFIG_H
|
|
#define KDEVELOP_CONFIG_H
|
|
|
|
/* config.h. Generated by cmake from config.h.cmake */
|
|
|
|
#define VERSION "@KDEVELOP_VERSION_MAJOR@.@KDEVELOP_VERSION_MINOR@.@KDEVELOP_VERSION_PATCH@"
|
|
#define VERSION_MAJOR "@KDEVELOP_VERSION_MAJOR@"
|
|
#define VERSION_MINOR "@KDEVELOP_VERSION_MINOR@"
|
|
#define VERSION_PATCH "@KDEVELOP_VERSION_PATCH@"
|
|
|
|
#endif // KDEVELOP_CONFIG_H
|