如何 运行 从 msys2 shell cmake gui

How to run cmake gui from the msys2 shell

打开 mingw64 shell(来自 msys2)并输入 cmake-gui 我收到以下错误:

`$ cmake-gui
 C:/DEV/msys64/mingw64/bin/cmake-gui.exe: error while loading shared libraries:`
    Qt5WinExtras.dll: cannot open shared object file: No such file or directory

我也尝试通过使用 pacman -S mingw-w64-x86_64-extra-cmake-modules 命令安装 "extra cmake modules" 来修复它,但没有得到结果。

Qt5WinExtras.dll 是 mingw-w64-x86_64-qt5 包的一部分。您可以在此处找到包裹详情:https://packages.msys2.org/package/mingw-w64-x86_64-qt5.