summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2012-12-17 01:48:56 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-12-17 01:55:13 +0100
commitdf1b666cc51eccaae0ec19377c113ff9b6616133 (patch)
tree840846ef43b0793c5831ca2ebb19b503f0206fe0 /config.h.cmake
parent5359dcf36f4ab496b5c7fd724bbe37fba3672f37 (diff)
downloadtdelibs-df1b666cc51eccaae0ec19377c113ff9b6616133.tar.gz
tdelibs-df1b666cc51eccaae0ec19377c113ff9b6616133.zip
Fix variables passed to kde4 applications
This resolves Bug 1366
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index da0a2b72c..e50d7184f 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -707,6 +707,9 @@
/* The compiled in system configuration prefix */
#define KDESYSCONFDIR "@CONFIG_INSTALL_DIR@"
+/* The default KDE4 home directory */
+#define KDE4_DEFAULT_HOME "@KDE4_DEFAULT_HOME@"
+
/* what C++ compiler was used for compilation */
#define KDE_COMPILER_VERSION "@KDE_COMPILER_VERSION@"