Qt-Installer-Framework: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Convert ExpressionEngine links)
Line 28: Line 28:


Documentation: https://doc.qt.io/qtinstallerframework/index.html
Documentation: https://doc.qt.io/qtinstallerframework/index.html
IRC: Join #qt-sdk on "freenode":http://freenode.net/
IRC: Join #qt-sdk on [http://freenode.net/ freenode]
Mail: Ask on "interest@qt.io":http://lists.qt.io/mailman/listinfo/interest
Mail: Ask on [http://lists.qt.io/mailman/listinfo/interest interest@qt.io]


== Contributing ==
== Contributing ==

Revision as of 15:19, 4 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Qt Installer Framework

The Qt Installer Framework provides a set of tools and utilities to create installers for the supported desktop Qt platforms: Linux, Microsoft Windows, and Mac OS X.

The Qt Installer Framework is used e.g. for the Qt SDK installers, and Qt Creator installer.

Quick Links: Source Code: http://qt.gitorious.org/installer-framework Review Board: https://codereview.qt.io/#admin,project,installer-framework/installer-framework,info Documentation: https://doc.qt.io/qtinstallerframework/index.html

Building an Installer

You can either compile the Installer Framework on your own, or use a prebuilt one. It is recommended to build the 1.6 branch yourself.

Compiling the Installer Framework

See http://qt.gitorious.org/installer-framework/installer-framework/blobs/1.6/README

Using a prebuilt version

The current prebuilt release version is available from the downloads page http://qt.io/download#qt-other Nightly snapshots are available at http://download.qt.io/snapshots/ifw/

Getting Help

Documentation: https://doc.qt.io/qtinstallerframework/index.html IRC: Join #qt-sdk on freenode Mail: Ask on interest@qt.io

Contributing