mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Fix AreQtPluginsBundled to include static binary
This commit is contained in:
parent
aec2b8df7e
commit
f521275acc
1 changed files with 3 additions and 3 deletions
|
@ -635,11 +635,11 @@ bool IsGtkIntegrationForced() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AreQtPluginsBundled() {
|
bool AreQtPluginsBundled() {
|
||||||
#ifdef DESKTOP_APP_USE_PACKAGED_LAZY
|
#if !defined DESKTOP_APP_USE_PACKAGED || defined DESKTOP_APP_USE_PACKAGED_LAZY
|
||||||
return true;
|
return true;
|
||||||
#else // DESKTOP_APP_USE_PACKAGED_LAZY
|
#else // !DESKTOP_APP_USE_PACKAGED || DESKTOP_APP_USE_PACKAGED_LAZY
|
||||||
return false;
|
return false;
|
||||||
#endif // !DESKTOP_APP_USE_PACKAGED_LAZY
|
#endif // DESKTOP_APP_USE_PACKAGED && !DESKTOP_APP_USE_PACKAGED_LAZY
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsXDGDesktopPortalPresent() {
|
bool IsXDGDesktopPortalPresent() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue