1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-20 10:04:01 +03:00
latte-dock/declarativeimports/core/config-latte-lib.h.cmake
Michail Vourlakos 5073939335 REFACTOR:split up and refactor liblatte2 and types
--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
2020-04-18 13:39:45 +03:00

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