summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-03-01 17:24:16 +1100
committerCraig Scott <craig.scott@qt.io>2021-03-10 18:46:48 +1100
commit78a64e310efc9f3e91bda855fa8275caf10bea4f (patch)
tree6fa47956770c21c01f34fbd99789872f7e175bc0 /cmake/QtBuild.cmake
parent1df915ee1de5170c377019decf0229a2cd9dde7c (diff)
qtdeclarative now directly handles more qml-specific logic
Associated changes in the qtdeclarative repo now ensure that arguments for qml plugins are handled on the calling side. This reduces the qml-specific logic needed in qtbase and gives qtdeclarative clearer control over qml build and install locations. As part of that work, the INSTALL_LOCATION keyword used in qt_internal_record_rcc_object_files() has been renamed to INSTALL_DIRECTORY to make it consistent with the keyword used for the same concept in other commands. Pick-to: 6.1 Change-Id: Iebd319899f63d79fbe15ce965b84ce324c28a508 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake/QtBuild.cmake')
-rw-r--r--cmake/QtBuild.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index c328a738b1..c372c42849 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -461,7 +461,6 @@ set(__qt_add_plugin_single_args
OUTPUT_DIRECTORY
INSTALL_DIRECTORY
ARCHIVE_INSTALL_DIRECTORY
- QML_TARGET_PATH
OUTPUT_NAME
${__default_target_info_args}
)