Correctly install io.qt.qtwebengine.BaseApp for flatpak build.

This commit is contained in:
Matthieu Gautier
2021-06-29 15:47:59 +02:00
parent d5e488333f
commit b8160de652
3 changed files with 33 additions and 1 deletions

View File

@ -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):