码迷,mamicode.com
首页 > 其他好文 > 详细

Qt起步

时间:2015-07-21 13:00:50      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:qt   安装   

Qt起步

仅为官方文件翻译,原文地址:http://doc.qt.io/qt-5/gettingstarted.html

Qt框架和工具可以在线安装也可以离线安装也可以从源代码构建。使用在线工具,你可以选择Qt版本,工具,附加组件,并且可以使用和你的Qt账户关联的许可证。

离线安装包包含了目标平台所需的所有的Qt组件。

你可以从从下载页面(http://www.qt.io/download/)下载Qt安装包。

你可以使用Qt安装包来下载和安装以下的组件:

l  Qt库,已经为特定的开发平台预编译(操作系统和编译器)。

l  QtCreator 集成开发环境(IDE)。

l  相关文档和例子。

l  Qt源代码(只在你要自行编译的时候有用)

l  各个平台相关附件组件。

下载完成后,直接执行即可。

运行Qt安装器需要一个Qt账户。你可以使用你的Qt帐号凭证去登录所有的Qt服务。包括了论坛和wiki。如果你没有Qt账户,那么在安装过程中你可以自行创建。

选择合适的组件并遵循安装指引来完成安装。

使用<install_dir>目录下的维护工具来添加、升级、删除组件。

平台要求

在不同平台上开发的情况包含在以下的平台页面上。

Android(http://doc.qt.io/qt-5/androidgs.html)

iOS(http://doc.qt.io/qt-5/ios-support.html)

Windows(http://doc.qt.io/qt-5/windows-support.html)

Linux/X11(http://doc.qt.io/qt-5/linux.html)

OS X(http://doc.qt.io/qt-5/osx.html)

Windows Runtime(http://doc.qt.io/qt-5/winrt-support.html)

WinCE(http://doc.qt.io/qt-5/wince-with-qt-introduction.html)

更多信息看:http://doc.qt.io/qt-5/supported-platforms.html

探索Qt

我们邀请你探索剩余的Qt内容。我们准备了概述来帮助你决定使用那个API以及如何使用我们的例子。

设置项目

Qt快速项目(http://doc.qt.io/qtcreator/quick-projects.html

Qt控件项目(http://doc.qt.io/qtcreator/creator-writing-program.html

配置项目(http://doc.qt.io/qtcreator/creator-configuring-projects.html

使用Qt Creator开发

多平台构建(http://doc.qt.io/qtcreator/creator-building-targets.html

多平台运行(http://doc.qt.io/qtcreator/creator-running-targets.html

移动设备部署(http://doc.qt.io/qtcreator/creator-deployment.html

链接移动设备(http://doc.qt.io/qtcreator/creator-connecting-mobile.html

更多(http://doc.qt.io/qtcreator/creator-building-running.html

Qt社区

http://www.qt.io/

充满活力的社区。wiki,论坛,更多的指导和展示。

Qt起步

标签:qt   安装   

原文地址:http://blog.csdn.net/zhounanzhaode/article/details/46981833

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!