blob: 6637a0ab34661350dbdf52efe5afb3fab2d2eb79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|