summaryrefslogtreecommitdiffstats
path: root/client/config/themes.cpp
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-07-12 19:30:23 +0200
committerSlávek Banko <[email protected]>2021-07-12 19:44:58 +0200
commit7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e (patch)
treef0bb2ca42d7105c8d585d9bdd747ba2b67ed099a /client/config/themes.cpp
parent402e7a479aeff06fef928520f6c4d70c31d74694 (diff)
downloadtwin-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.cpp4
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>