Skip to content

Build GUI application on windows

Gabriel Rauter requested to merge rautesamtr/baobab:mingw-gui-build into master

Add win_subsystem: 'windows' keyword argument to the baobab executable in meson so it builds a GUI instead of a TUI on Windows. This is needed so no console is launched on application startup.

win_subsystem: 'windows' needs meson >= 0.56, if meson compatibility should stay on >= 0.50 gui_app: 'true' could be used instead.

Merge request reports