QT - QT开发环境安装(Windows+4.8.7)

1.qt-opensource-windows-x86-mingw482-4.8.7.exe

    正常安装,直到

QT - QT开发环境安装(Windows+4.8.7)_第1张图片

    如果没有安装mingw,先点击“sourceforge.net MinGW -w64 tollchains targetting Win32”下载mingw绿色版。文件名称为“i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z”,下载后解压,将文件中的“mingw32”文件夹(免安装版,无需解压)拷贝到你想放到的目录下,之后点击“Install”,即可安装。

    如果在没有安装“MinGW”的情况下,点击“Install”,会提示如下错误:

    There is problem with your MinGW installation:

    g++ not found in C:\mingw32\bin\

    Do you still want to continue?(Your installation may not work)

    说明:在C盘已经安装了mingw,所以这里改成D盘,以作演示记录

QT - QT开发环境安装(Windows+4.8.7)_第2张图片

    安装完成。

2.qt-creator-opensource-windows-x86_64-4.4.1.exe

    安装完成。

3.运行一个“Hello World!”

    在构建套件时出现问题,没有配置编译器,将C++编译器gcc设置好;调试器设置好,new debuggers。

    编译器手动选择:c和c++都需要配置

你可能感兴趣的:(QT - QT开发环境安装(Windows+4.8.7))