Draft: Add a PROJECT_VERSION_CHECK Macro
This macro will allow easy version comparisons at compile time,
for example:
#if KCALENDARCORE_VERSION > KCALENDARCORE_VERSION_CHECK(6,2,1)
.. some C++ code
#endif
(copied from The Qt Project)
Edited by Friedrich W. H. Kossebau