572cd64af5
This KCM has been implemented by Tamas Krutk in the scope of Google Code-In. It is a simple KCM just listing all available scripts and allowing to import/export them. This will be further extended alongside the planned scripting changes in 4.9.
7 lines
199 B
CMake
7 lines
199 B
CMake
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
static const char global_s_versionString[] = "${VERSION_STRING}";
|
|
static const char global_s_versionStringFull[] = "${VERSION_STRING_FULL}";
|
|
|
|
#endif // VERSION_H
|