summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-12 20:04:24 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-12 20:05:56 +0100
commit6fbd87113576540ff42a03f4b08857bd066f9161 (patch)
tree2c944c25e4ad6cf4717c35fcf3daca13da8a9f59 /config_host
parentba3f6551ce47c690267485f3f6f2b6004aae435c (diff)
re-add support for KDE4 Qt+glib eventloop intergration
The necessary build stuff was apparently silently dropped during gbuild conversion and never noticed. Change-Id: Ib1f530b92618a9d4f11c54818e984f737abaa283
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_kde4.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config_host/config_kde4.h.in b/config_host/config_kde4.h.in
new file mode 100644
index 000000000000..6e5cddf5a5f4
--- /dev/null
+++ b/config_host/config_kde4.h.in
@@ -0,0 +1,10 @@
+/*
+Settings for KDE4 integration.
+*/
+
+#ifndef CONFIG_KDE4_H
+#define CONFIG_KDE4_H
+
+#undef KDE_HAVE_GLIB
+
+#endif