mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-26 13:44:31 +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>
Shows how to use the systemInfo JS API. The installer rejects installations on Windows XP, and OS X 10.6 or older. It shows a warning if it is run on any Linux distribution other than openSUSE 13.2. It also shows only one of the two sub-packages, based on the CPU architecture: "i386" on an 32-bit system, and "x86_64" on an 64-bit system. Generate installer with binarycreator --offline-only -c config/config.xml -p packages installer