summaryrefslogtreecommitdiffstats
path: root/config_host/config_vclplug.h.in
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-05-31 09:29:17 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2019-06-15 09:28:26 +0200
commitd947042124d5027068395767e628845af944d005 (patch)
tree1b63c9ddac7405f72bbd42b704cb7af9e55d018c /config_host/config_vclplug.h.in
parenttdf#125774 Remove double call SvTreeListBox::Select for non-gtk backends (diff)
downloadcore-d947042124d5027068395767e628845af944d005.tar.gz
core-d947042124d5027068395767e628845af944d005.zip
Have all VCL plugin related defines in config_vclplug.h
Add the 'ENABLE_GTK3' and 'ENABLE_QT5' there to allow using sth like #include <config_vclplug.h> #if ENABLE_GTK3 // your code here #endif for these as well. Remove 'config_gtk3_kde5.h{,.in}', 'config_kde5.h{,.in}' and 'config_qt5.h{,.in}'; they aren't included anywhere. ('QT5_HAVE_GLIB' is only used in Makefiles, so there's no need to have it in a config header and 'KDE5_HAVE_GLIB' is not used anywhere at all.) Change-Id: Iea7906880f57dde782c50f2520e8d9b358f6bc82 Reviewed-on: https://gerrit.libreoffice.org/73204 Tested-by: Jenkins Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 593e8c671361ba5a1229001ce9d1da92f4aae842) Reviewed-on: https://gerrit.libreoffice.org/74080 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'config_host/config_vclplug.h.in')
-rw-r--r--config_host/config_vclplug.h.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/config_host/config_vclplug.h.in b/config_host/config_vclplug.h.in
index 5bd9b4b98fe4..0b9ca095e5ec 100644
--- a/config_host/config_vclplug.h.in
+++ b/config_host/config_vclplug.h.in
@@ -1,6 +1,6 @@
/*
-Settings about which X11 desktops have support enabled.
+Settings about which desktops have support enabled.
*/
@@ -8,7 +8,9 @@ Settings about which X11 desktops have support enabled.
#define CONFIG_VCLPLUG_H
#define ENABLE_GTK 0
-#define ENABLE_KDE5 0
+#define ENABLE_GTK3 0
#define ENABLE_GTK3_KDE5 0
+#define ENABLE_KDE5 0
+#define ENABLE_QT5 0
#endif