Add a list of package to install on fedora for qt.

This commit is contained in:
Matthieu Gautier 2019-04-02 10:54:24 +02:00
parent a282bd8ce3
commit 3022361d7e
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ PACKAGE_NAME_MAPPERS = {
'file' : ['file-devel'],
'gumbo' : ['gumbo-parser-devel'],
'aria2': ['aria2'],
'qt': ['qt5-qtbase-devel', 'qt5-devel', 'qt5-qtsvg'],
'qtwebengine': ['qt5-qtwebengine-devel']
},
'fedora_native_static': {
'COMMON': _fedora_common + ['glibc-static', 'libstdc++-static'],