17519feadd
while the names of the compilers are actually an undocumented internal, we don't provide an actually working proper way to sequence extra compiler execution with build-time generated inputs when they are indirectly listed (as via .qrc files). Task-number: QTBUG-54299 Change-Id: I269c26512897b72706dc8b769aa47e8157c2a5c5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
13 lines
425 B
Plaintext
13 lines
425 B
Plaintext
qtPrepareTool(QMAKE_QGLTF, qgltf)
|
|
|
|
isEmpty(QGLTF_DIR): QGLTF_DIR = .
|
|
|
|
qgltf.input = QT3D_MODELS
|
|
qgltf.output = $$QGLTF_DIR/${QMAKE_FILE_BASE}.qrc
|
|
qgltf.variable_out += RESOURCES
|
|
qgltf.depends += $$QMAKE_QGLTF_EXE
|
|
qgltf.commands = $$QMAKE_QGLTF -d $$QGLTF_DIR $$QGLTF_PARAMS ${QMAKE_FILE_NAME}
|
|
silent: qgltf.commands = @echo qgltf ${QMAKE_FILE_IN} && $$qgltf.commands -s
|
|
qgltf.CONFIG += no_link
|
|
QMAKE_EXTRA_COMPILERS += qgltf
|