loplugin:redundantcast
[LibreOffice.git] / config_host / config_vclplug.h.in
blob3009bac93afd8a80dbb058c8070d10d0e5f82e8c
1 /*
3 Settings about which desktops have support enabled.
5 */
7 #ifndef CONFIG_VCLPLUG_H
8 #define CONFIG_VCLPLUG_H
10 /**
11 * Set, if the platform uses X11 code.
13 #define USING_X11 0
15 /**
16 * Set the enabled platform plugins
18 #define ENABLE_GEN 0
19 #define ENABLE_GTK3 0
20 #define ENABLE_GTK3_KDE5 0
21 #define ENABLE_HEADLESS 0
22 #define ENABLE_KF5 0
23 #define ENABLE_KF6 0
24 #define ENABLE_QT5 0
25 #define ENABLE_QT6 0
27 /**
28 * Additional settings for the plugins
30 #define USE_HEADLESS_CODE 0
31 #define ENABLE_GSTREAMER_1_0 0
32 #define ENABLE_QT6_MULTIMEDIA 0
33 #define QT5_HAVE_GOBJECT 0
34 #define QT5_USING_X11 0
35 #define QT6_USING_X11 0
37 #endif