xT: improve MSYS2 build

The static Qt 6 package is unusable.
This commit is contained in:
2024-12-18 15:37:27 +01:00
parent f6483489c2
commit 6ac2ac5511
2 changed files with 25 additions and 2 deletions

View File

@@ -1421,6 +1421,7 @@ static void
build_main_window()
{
g.wMain = new QMainWindow;
refresh_icon();
auto central = new QWidget(g.wMain);
auto vbox = new QVBoxLayout(central);