一、Windows10下Qt开发环境的搭建—安装QtSDK与Qt Creator

一、什么是Qt

从Wikipedia我们可以了解到:

Qt (/kjuːt/ "cute"[7][8][9]) is a cross-platform application framework that is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed. Qt is currently being developed both by The Qt Company, a publicly listed company, and the Qt Project under open-source governance, involving individual developers and firms working to advance Qt.[10][11][12] Qt is available with both proprietary[4] and open source[13]GPL 2.0, GPL 3.0, and LGPL 3.0 licenses.[5][6]

Qt是一种开源、跨平台的应用框架。主要用于开发桌面应用程序(GUI),以C++语言为基础,这就是Qt最基本的介绍了。

二、搭建Qt开发环境(以Windows10为例):

打开Qt资源下载网站:

http://download.qt.io/

打开如下页面

一、Windows10下Qt开发环境的搭建—安装QtSDK与Qt Creator

一、Windows10下Qt开发环境的搭建—安装QtSDK与Qt Creator选择选中的那个下载(5.8下选带mingw.exe),当然,也可以选择最新的5.9甚至更新的版本,当然安装包更大。

下载好后,直接下一步下一步安装就行,遇到accept协议就勾上accept,遇到注册的可以skip。

安装好后可以把creator快捷方式从程序列表拖到桌面

一、Windows10下Qt开发环境的搭建—安装QtSDK与Qt Creator

这样Qt的开发环境就搭建好了,让我们开始Qt的开发旅程吧!