summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-03-01 17:24:16 +1100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-03-12 10:17:24 +0000
commite2a11171ab927b6fcb2afa5644598bbe3f389b79 (patch)
treecc977b30a9e2ddd916795a22e607493d9145b231 /cmake/QtBuild.cmake
parent47056c3b23c28b2472c230ebe511de0d4ed1ba50 (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. Change-Id: Iebd319899f63d79fbe15ce965b84ce324c28a508 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 78a64e310efc9f3e91bda855fa8275caf10bea4f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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 a22770cec0..7df7abf35b 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}
)