aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-03-01 12:24:27 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-03-02 13:02:27 +0100
commite1affd04e4672116f04ef3269af21bc3aa27c7b0 (patch)
tree48f01b332d11878122a7347b7afc779e9b1155cb
parent5174504fd77c1c68b1eaf190894246e5185e9474 (diff)
CMake: Remove INSTALL_SOURCE_QMLTYPES warning
Remaining qml modules that need to be ported to use the new declarative registration are tracked in the linked issue. Pick-to: 6.2 Task-number: QTBUG-99761 Change-Id: I3c8fd9968ebfea10a7277082c34f77b70eede816 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
-rw-r--r--src/qml/Qt6QmlBuildInternals.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/Qt6QmlBuildInternals.cmake b/src/qml/Qt6QmlBuildInternals.cmake
index c7bb060997..dd91b19dc1 100644
--- a/src/qml/Qt6QmlBuildInternals.cmake
+++ b/src/qml/Qt6QmlBuildInternals.cmake
@@ -411,10 +411,6 @@ function(qt_internal_add_qml_module target)
endif()
if(arg_INSTALL_SOURCE_QMLDIR)
- message(AUTHOR_WARNING
- "INSTALL_SOURCE_QMLDIR option is deprecated and should not be used. "
- "Please port your module to use declarative type registration.")
-
set(files ${arg_INSTALL_SOURCE_QMLDIR})
if(QT_WILL_INSTALL)
install(