windows下 qt配置mingw64位 编译器

一、安装qt-5.5.0-x64-mingw510r0-seh-rev0.exe,qt-creator-opensource-windows-x86_64-4.4.1.exe

配置qt组件

Qt Versions —— E:Qttqt-5.5.0-x64-mingw510r0-seh-rev0qt-5.5.0-x64-mingw510r0-seh-rev0/bin/qmake.exe

编译器-Manual-C —— E:Qttqt-5.5.0-x64-mingw510r0-seh-rev0mingw64in/gcc.exe
编译器-Manual-C++ —— E:Qttqt-5.5.0-x64-mingw510r0-seh-rev0mingw64in/g++.exe
Debugger —— E:Qttqt-5.5.0-x64-mingw510r0-seh-rev0mingw64in/gdb.exe
Cmake —— E:Qttqt-5.5.0-x64-mingw510r0-seh-rev0mingw64/bin/mingw32-make.exe

新建一个kit

选择上面配置的5个选项

 原文地址 https://blog.csdn.net/laowulong350/article/details/79130204 和我的有点偏差

原文地址:https://www.cnblogs.com/iillegal/p/12133032.html