minGW64编译Qt

1.安装minGW64,设置bin目录到环境变量Path

2.cmd 到qt的Src目录

3.configure -debug-and-release -opensource -prefix "C:\Qt\Qt5.6.3\5.6.3\minGW64" -platform win32-g++ -nomake examples -opengl desktop

4.mingw32-make

5.mingw32-make install

posted @ 2018-09-27 09:35  jeremy_li  阅读(1059)  评论(0)    收藏  举报