diff options
author | Slávek Banko <[email protected]> | 2021-07-12 19:30:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-12 19:44:58 +0200 |
commit | 7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e (patch) | |
tree | f0bb2ca42d7105c8d585d9bdd747ba2b67ed099a /client/config/themes.cpp | |
parent | 402e7a479aeff06fef928520f6c4d70c31d74694 (diff) | |
download | twin-style-dekorator-7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e.tar.gz twin-style-dekorator-7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e.zip |
Add KDE_EXPORT to the public symbols.
Add twin client translations into template.
Use common rules for build and install translations.
Delete generated files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'client/config/themes.cpp')
-rw-r--r-- | client/config/themes.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/config/themes.cpp b/client/config/themes.cpp index 5525b6a..1688874 100644 --- a/client/config/themes.cpp +++ b/client/config/themes.cpp @@ -31,7 +31,9 @@ // Boston, MA 02110-1301, USA. /////////////////////////////////////////////////////////////////////// -#include <config.h> +#if defined(HAVE_CONFIG_H) +# include "config.h" +#endif #include <stdlib.h> #include <unistd.h> |