aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_source_app_salplug.cxx')
-rw-r--r--editors/libreoffice/files/patch-vcl_source_app_salplug.cxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx b/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx
new file mode 100644
index 000000000000..6637a0ab3466
--- /dev/null
+++ b/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx
@@ -0,0 +1,19 @@
+--- vcl/source/app/salplug.cxx.orig 2020-05-27 12:17:53 UTC
++++ vcl/source/app/salplug.cxx
+@@ -152,6 +152,7 @@ SalInstance* autodetect_plugin()
+ #if ENABLE_KF5
+ "kf5",
+ #endif
++ "qt5",
+ #if ENABLE_GTK3_KDE5
+ "gtk3_kde5",
+ #endif
+@@ -160,7 +161,7 @@ SalInstance* autodetect_plugin()
+
+ static const char* const pStandardFallbackList[] =
+ {
+- "gtk3", "gen", nullptr
++ "gtk3", "qt5", "gen", nullptr
+ };
+
+ #ifdef HEADLESS_VCLPLUG