summaryrefslogtreecommitdiffstats
path: root/qt3dstudio.pro
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2018-08-07 15:31:04 +0300
committerAntti Määttä <antti.maatta@qt.io>2018-08-08 06:05:56 +0000
commitc0ccecf9e10cbf9c3a1b96ef48fad1ff5a94fa33 (patch)
treec3538d89ccc8cac9ed59249a1714305e16de6cce /qt3dstudio.pro
parent49ca72ab2993cbe47139703c460169799b54b313 (diff)
Add qml and quick libraries to q3dsviewer deploy
Deploy does not copy necessary dependencies without these. Change-Id: Id1200d0d9a9b5d4b899f8ac10b3bee5b06ce2621 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'qt3dstudio.pro')
-rw-r--r--qt3dstudio.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt3dstudio.pro b/qt3dstudio.pro
index 8eb6da5f..357bbf62 100644
--- a/qt3dstudio.pro
+++ b/qt3dstudio.pro
@@ -116,9 +116,11 @@ load(qt_parts)
$$QMAKE_COPY $$shell_quote($$shell_path( \
$$OUT_PWD/src/Runtime/qt3d-runtime/bin/$$RUNTIME2_LIB)) \
$$shell_quote($$shell_path($$[QT_INSTALL_BINS]/$$RUNTIME2_LIB))
+ EXTRA_DEPLOY_OPTIONS = --qml --quick
}
deployTarget.commands += && \
- $$DEPLOY_TOOL $$shell_quote(\$(DEPLOY_DIR)/q3dsviewer$${exesuffix})
+ $$DEPLOY_TOOL $$shell_quote(\$(DEPLOY_DIR)/q3dsviewer$${exesuffix}) \
+ $$EXTRA_DEPLOY_OPTIONS
}
} else {
# Create a dummy target for other platforms