summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx
blob: 0fa9cf66de2bb1eac5fb20dbf4891e585b88ceb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- vcl/source/app/salplug.cxx.orig	2024-10-27 12:32:22 UTC
+++ vcl/source/app/salplug.cxx
@@ -184,6 +184,9 @@ const char* const* autodetect_plugin_list()
 #if ENABLE_KF5
         "kf5",
 #endif
+#if ENABLE_QT5
+        "qt5",
+#endif
 #if ENABLE_GTK3_KDE5
         "gtk3_kde5",
 #endif
@@ -201,9 +204,15 @@ const char* const* autodetect_plugin_list()
 #if ENABLE_KF6
         "kf6",
 #endif
+#if ENABLE_QT6
+        "qt6",
+#endif
 #if ENABLE_KF5
         "kf5",
 #endif
+#if ENABLE_QT5
+        "qt5",
+#endif
 #if ENABLE_GTK3_KDE5
         "gtk3_kde5",
 #endif
@@ -218,6 +227,15 @@ const char* const* autodetect_plugin_list()
 
     static const char* const pStandardFallbackList[] =
     {
+#if ENABLE_QT6
+        "qt6",
+#endif
+#if ENABLE_QT5
+        "qt5",
+#endif
+#if ENABLE_GTK4
+        "gtk4",
+#endif
 #if ENABLE_GTK3
         "gtk3",
 #endif