mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-07 10:39:33 +00:00
Add systemInfo as a wrapper for QSystemInfo. Task-number: QTIFW-592 Change-Id: Ib54fcea8b0ef3a397a74f5315202f3000abd63cd Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
14 lines
348 B
INI
14 lines
348 B
INI
TEMPLATE = aux
|
|
|
|
INSTALLER = installer
|
|
|
|
INPUT = $$PWD/config/config.xml $$PWD/packages
|
|
example.input = INPUT
|
|
example.output = $$INSTALLER
|
|
example.commands = ../../bin/binarycreator -c $$PWD/config/config.xml -p $$PWD/packages ${QMAKE_FILE_OUT}
|
|
example.CONFIG += target_predeps no_link combine
|
|
|
|
QMAKE_EXTRA_COMPILERS += example
|
|
|
|
OTHER_FILES = README
|