mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-20 10:04:01 +03:00
5073939335
--use a more logical organization for types. LibLatte2 is split to become LatteCore library and Latte types are now moved to application level. The Latte Types will be split even more... Tasks-Only related types will become Latte.Tasks types BUG:420210
17 lines
306 B
CMake
17 lines
306 B
CMake
#ifndef CONFIG_LATTE_LIB_H
|
|
#define CONFIG_LATTE_LIB_H
|
|
|
|
#cmakedefine01 ENABLE_MAKE_UNIQUE
|
|
|
|
#cmakedefine01 HAVE_X11
|
|
|
|
#cmakedefine KF5_VERSION_MINOR @KF5_VERSION_MINOR@
|
|
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
#cmakedefine WEBSITE "@WEBSITE@"
|
|
|
|
#cmakedefine BUG_ADDRESS "@BUG_ADDRESS@"
|
|
|
|
#endif // CONFIG_LATTE_LIB_H
|