2014-09-03 14:49:40 +02:00
|
|
|
TEMPLATE = aux
|
|
|
|
|
2014-10-27 14:18:43 +01:00
|
|
|
INSTALLER = installer
|
2014-10-10 15:00:39 +02:00
|
|
|
|
|
|
|
INPUT = $$PWD/config/config.xml $$PWD/packages
|
|
|
|
example.input = INPUT
|
|
|
|
example.output = $$INSTALLER
|
2014-10-27 14:18:43 +01:00
|
|
|
example.commands = ../../bin/binarycreator -c $$PWD/config/config.xml -r $$PWD/resources/additional.qrc -p $$PWD/packages ${QMAKE_FILE_OUT}
|
2014-10-10 15:00:39 +02:00
|
|
|
example.CONFIG += target_predeps no_link combine
|
2014-09-03 14:49:40 +02:00
|
|
|
|
2014-10-10 15:00:39 +02:00
|
|
|
QMAKE_EXTRA_COMPILERS += example
|
2014-09-03 14:49:40 +02:00
|
|
|
|
2014-10-10 15:00:39 +02:00
|
|
|
OTHER_FILES = README
|