Qt creator在64位windows下的配置过程(mingw510r0版qt)

本来经过百度,已经配置好了。后来换了个电脑,就又忘了怎么配置的了。还好原来的电脑还在,照着配置就好了。为了防止以后再忘,还是记录一下过程。


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


二、打开Qt Creator,在构建和运行中设置如下对应关系:

Qt Versions —— C:Qt/qt-5.5.0-x64-mingw510r0-seh-rev0/mingw64/bin/qmake.exe

编译器-Manual-C++ —— C:Qt/qt-5.5.0-x64-mingw510r0-seh-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe

Debugger —— C:Qt/qt-5.5.0-x64-mingw510r0-seh-rev0/mingw64/bin/gdb.exe

Cmake —— C:Qt/qt-5.5.0-x64-mingw510r0-seh-rev0/mingw64/bin/mingw32-make.exe


基本要点就是这样了。


猜你喜欢

转载自blog.csdn.net/laowulong350/article/details/79130204
QT