QT4.8.6安装教程

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了QT4.8.6安装教程相关的知识,希望对你有一定的参考价值。

需要软件包

qt-opensource-windows-x86-mingw482-4.8.6-1.exe
https://mirrors.tuna.tsinghua.edu.cn/qt/archive/qt/4.8/4.8.6/qt-opensource-windows-x86-mingw482-4.8.6-1.exe
qt-creator-opensource-windows-x86-4.2.0.exe
https://download.qt.io/official_releases/qtcreator/4.2/4.2.0/qt-creator-opensource-windows-x86-4.2.0.exe
i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z
http://download.qt.io/development_releases/prebuilt/mingw_32/i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z
qtcreator-gdb-7.4-MINGW32_NT-6.1-i686.tar.gz
http://download.qt.io/development_releases/prebuilt/gdb/windows-7/qtcreator-gdb-7.4-MINGW32_NT-6.1-i686.tar.gz

安装软件

1、 解压 i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z
技术分享图片
解压位置无所谓,但是路径一定要没有中文。

2、解压 qtcreator-gdb-7.4-MINGW32_NT-6.1-i686.tar.gz
技术分享图片

3、安装 qt-opensource-windows-x86-mingw482-4.8.6-1.exe
点击
技术分享图片
就可以开始安装了

一路Next,
技术分享图片

选一个自己修改的目录
技术分享图片

这个界面会让你选择MinGW的目录,选择刚才解压的目录
技术分享图片
在你没有这个MinGW的软件时,还可以点击这个蓝色的字,来下载。

完成后去掉这两个勾
技术分享图片

4、安装qt-creator-opensource-windows-x86-4.2.0.exe
选择一个自己定义的目录
技术分享图片
一路Next就好
最后点击完成

以上是关于QT4.8.6安装教程的主要内容,如果未能解决你的问题,请参考以下文章

linux上安装Qt4.8.6+QtCreator4.0.3

在windows系统上安装Qt4.8.6

CentOS6.5安装Qt4.8.6+QtCreator2.6.1

求解win7 64位上安装Qt4.8.6 + Qt Creator3.1.0 + mingw ??

QT4.8.6静态编译

Ubuntu16.04 VTK7.1.0+QT4.8.6+QtCreator开发环境配置