QT-在Windows 7中安装

我有一个c ++项目,需要我安装QT,当我build立一个对话框,要求我键入qmake命令的项目。

我find了一个需要使用的地方

MinGW_QT 

在工具选项,但因为我已经下载QT库4.8.4我无法find。 C:\ QT \ 4.8.4 \ MinGW的\ BIN

我必须安装哪个库来获得这个我也试过安装

  Qt libraries 4.8.4 for Windows (minGW 4.4, 317 MB) from the QT webportal 

当我尝试运行它提示

 There is a problem with your MinQW instalation w32api not found in c:\MinGW\bin\ Do you still want to continue? Yes 

如果您使用的是使用MinGW编译的Qt库,则需要使用MinGW安装来编译和链接Qt库。 只要下载并提取MinGW的地方,并将其路径添加到您的环境变量PATH 。 然后你需要把这个编译器引入到你的Qt Creator安装中。 转到“工具 – >选项 – >生成和运行”,然后在toolchainn选项卡中添加新的MinGW安装。

我会建议从https://sourceforge.net/projects/mingwbuilds MinGW生成