mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Correctly install io.qt.qtwebengine.BaseApp for flatpak build.
This commit is contained in:
@ -5,7 +5,7 @@ class FlatpakPlatformInfo(PlatformInfo):
|
||||
name = 'flatpak'
|
||||
build = 'flatpak'
|
||||
static = ''
|
||||
toolchain_names = ['org.kde']
|
||||
toolchain_names = ['org.kde', 'io.qt.qtwebengine']
|
||||
compatible_hosts = ['debian', 'fedora']
|
||||
|
||||
def __str__(self):
|
||||
|
Reference in New Issue
Block a user