mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Fix missing Gui dep
This commit is contained in:
parent
d4ae54ad83
commit
90664e5917
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ project(
|
|||
compiler = meson.get_compiler('cpp')
|
||||
|
||||
qt5 = import('qt5')
|
||||
qt5_modules = ['Core', 'Qml', 'Quick', 'QuickWidgets', 'Widgets', 'Multimedia', 'Svg']
|
||||
qt5_modules = ['Core', 'Gui', 'Qml', 'Quick', 'QuickWidgets', 'Widgets', 'Multimedia', 'Svg']
|
||||
if target_machine.system() == 'windows'
|
||||
#qt5_modules += 'WinMain'
|
||||
elif target_machine.system() == 'darwin'
|
||||
|
|
Loading…
Reference in a new issue