summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qgltf.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-06-23 11:50:39 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-06-23 13:25:22 +0000
commit17519feadd7309e125cc64bbac83f73b758c6a60 (patch)
tree062cd6db77a09e08b11498358c9ee0674fe6f5d4 /mkspecs/features/qgltf.prf
parent5cfb80a28ef6bf6820c970a6c355e6879021e46e (diff)
don't override user-provided dependencies for our extra compilers
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>
Diffstat (limited to 'mkspecs/features/qgltf.prf')
-rw-r--r--mkspecs/features/qgltf.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qgltf.prf b/mkspecs/features/qgltf.prf
index 4a6d16f520..e3a5c64e32 100644
--- a/mkspecs/features/qgltf.prf
+++ b/mkspecs/features/qgltf.prf
@@ -5,7 +5,7 @@ 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.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