diff options
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_vclplug.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_vclplug.h.in b/config_host/config_vclplug.h.in index db0c7a8be201..794139606e29 100644 --- a/config_host/config_vclplug.h.in +++ b/config_host/config_vclplug.h.in @@ -20,6 +20,7 @@ Settings about which desktops have support enabled. #define ENABLE_HEADLESS 0 #define ENABLE_KF5 0 #define ENABLE_QT5 0 +#define ENABLE_QT6 0 /** * Additional settings for the plugins @@ -28,5 +29,6 @@ Settings about which desktops have support enabled. #define QT5_HAVE_GOBJECT 0 #define QT5_USING_X11 0 #define QT5_HAVE_XCB_ICCCM 0 +#define QT6_USING_X11 0 #endif |