mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-15 22:39:34 +00:00
Q_MAKE_EXTRA_TARGETS does generate targets both in Makefile, Makefile.debug, and Makefile.release. Use QMAKE_EXTRA_COMPILERS instead, which in addition will also work in generated Visual Studio projects. Change-Id: I29ec3760508e84c30b3afce39fc36d4e9b6c2e07 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
14 lines
346 B
INI
14 lines
346 B
INI
TEMPLATE = aux
|
|
|
|
INSTALLER = offline
|
|
|
|
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
|