From e1affd04e4672116f04ef3269af21bc3aa27c7b0 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 1 Mar 2022 12:24:27 +0100 Subject: 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 --- src/qml/Qt6QmlBuildInternals.cmake | 4 ---- 1 file changed, 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( -- cgit v1.2.3