mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-27 06:04:30 +00:00
Replace deprecated Q_OS_OSX macro used in several places with the newer Q_OS_MACOS. Old style reference of Apple's desktop operating system name as "OS X" in documentation and files are also replaced with "macOS" where applicable. Task-number: QTIFW-1406 Change-Id: I0561d5e0d964917ac4fca0702d58a06b85d30e57 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
30 lines
807 B
Plaintext
30 lines
807 B
Plaintext
The Qt Installer Framework provides a set of tools and utilities to create
|
|
installers for the supported desktop Qt platforms: Linux, Microsoft Windows, and
|
|
macOS.
|
|
|
|
|
|
Documentation
|
|
--------------------------
|
|
|
|
The binary packages for the Qt Installer Framework include documentation in the
|
|
doc directory. The documentation is also available online at
|
|
https://doc.qt.io/qtinstallerframework/index.html
|
|
|
|
Notes
|
|
--------------------------
|
|
|
|
To build an installer, it is advised to use a statically linked Qt (5.4 or
|
|
newer).
|
|
|
|
See the documentation at
|
|
https://doc.qt.io/qtinstallerframework/ifw-getting-started.html
|
|
|
|
Getting Help
|
|
--------------------------
|
|
|
|
If you think you found a bug, please report it to
|
|
|
|
https://bugreports.qt.io/browse/QTIFW
|
|
|
|
General questions are best asked on interest@qt-project.org.
|