mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-23 13:33:50 +03:00
15 lines
259 B
CMake
15 lines
259 B
CMake
#ifndef CONFIG_LATTE_H
|
|
#define CONFIG_LATTE_H
|
|
|
|
#cmakedefine01 HAVE_X11
|
|
|
|
#cmakedefine KF5_VERSION_MINOR @KF5_VERSION_MINOR@
|
|
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
#cmakedefine WEBSITE "@WEBSITE@"
|
|
|
|
#cmakedefine BUG_ADDRESS "@BUG_ADDRESS@"
|
|
|
|
#endif // CONFIG_LATTE_H
|