Windows环境下QT学习笔记01:QT及QT Creator的下载及安装

1.下载:

Qt 4.8.1下载地址:http://get.qt.nokia.com/qt/source/qt-win-opensource-4.8.1-mingw.exe
Qt Creator2.4.1下载地址:http://get.qt.nokia.com/qtcreator/qt-creator-win-opensource-2.4.1.exe

2.安装:

安装比较简单,采用默认安装选项即可,需要注意的有以下两点:

(1)需要先安装Qt Creator2.4.1,待Qt Creator2.4.1安装完成后再安装Qt。

(2)在安装Qt时,当在选择mingw目录时,需要设置为前面安装的Qt Creator目录下的mingw目录。

QT及QT Creator的详细安装步骤可参看:http://www.qter.org/forum.php?mod=viewthread&tid=95

原文地址:https://www.cnblogs.com/menlsh/p/2614181.html