kdeversion.h.cmake File Reference
#include <kdecore_export.h>
Include dependency graph for kdeversion.h.cmake:

Go to the source code of this file.
Namespaces | |
| namespace | KDE |
Defines | |
| #define | KDE_IS_VERSION(a, b, c) ( KDE_VERSION >= KDE_MAKE_VERSION(a,b,c) ) |
| #define | KDE_MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c)) |
| #define | KDE_VERSION KDE_MAKE_VERSION(KDE_VERSION_MAJOR,KDE_VERSION_MINOR,KDE_VERSION_RELEASE) |
| #define | KDE_VERSION_MAJOR @KDE_VERSION_MAJOR@ |
| #define | KDE_VERSION_MINOR @KDE_VERSION_MINOR@ |
| #define | KDE_VERSION_RELEASE @KDE_VERSION_RELEASE@ |
| #define | KDE_VERSION_STRING "@KDE_VERSION_STRING@" |
| #define | KDELIBS_KDEVERSION_H |
Functions | |
| unsigned int | KDE::version () |
| unsigned int | KDE::versionMajor () |
| unsigned int | KDE::versionMinor () |
| unsigned int | KDE::versionRelease () |
| const char * | KDE::versionString () |
Define Documentation
| #define KDELIBS_KDEVERSION_H |
Definition at line 23 of file kdeversion.h.cmake.
KDE 4.6 API Reference