mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-28 03:21:38 +03:00
27715435a9
--remove Translators record as from >=v0.7.3 all translations are done through the kde community.
13 lines
207 B
CMake
13 lines
207 B
CMake
#ifndef CONFIG_LATTE_H
|
|
#define CONFIG_LATTE_H
|
|
|
|
#cmakedefine01 HAVE_X11
|
|
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
#cmakedefine WEBSITE "@WEBSITE@"
|
|
|
|
#cmakedefine BUG_ADDRESS "@BUG_ADDRESS@"
|
|
|
|
#endif // CONFIG_LATTE_H
|