summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-10-08 15:18:41 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2019-10-08 13:28:20 +0000
commit1a4f0e25830c197e67dcf9954ce1b36df5dfb339 (patch)
treef80fb170f4a1caa641199cfe28a104c606a037c6 /cmake
parent6704ed450b5e6407c0fd8073317f176d6b0bb27e (diff)
Update add_qml_module to use DO_NOT_INSTALL_METADATA
Update to match latest changes to QtDeclarative. Change-Id: Ie455c0418e95c288149b4b1a29b065a8876e8b7e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuild.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index 9323b50c7b..6d832b8338 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -2149,7 +2149,7 @@ function(add_qml_module target)
QML_FILES ${arg_QML_FILES}
IMPORTS "${arg_IMPORTS}"
TYPEINFO "${arg_TYPEINFO}"
- DO_NOT_INSTALL
+ DO_NOT_INSTALL_METADATA
DO_NOT_CREATE_TARGET
DEPENDENCIES ${arg_DEPENDENCIES}
RESOURCE_EXPORT "${INSTALL_CMAKE_NAMESPACE}${target}Targets"