aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-03-15 17:07:15 +0100
committerKai Köhne <kai.koehne@qt.io>2022-03-16 11:38:09 +0100
commitc843ed0520ed94ea92c0673f1398dccc31220168 (patch)
treea0d40e0f8340354bb6806b20e9e64de32085f7da /src
parent021ea4fd71ba27c3864a5c897cd59941617de864 (diff)
CMake: Remove INSTALL_SOURCE_QMLTYPES warning, take 2
Amends e1affd04e4672116f04ef3269af21bc3aa27c7b0 Pick-to: 6.2 Task-number: QTBUG-99761 Change-Id: Id06dddddedbff4264430eb7fa6235c55174df389 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src')
-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 dd91b19dc1..6ff18273f8 100644
--- a/src/qml/Qt6QmlBuildInternals.cmake
+++ b/src/qml/Qt6QmlBuildInternals.cmake
@@ -392,10 +392,6 @@ function(qt_internal_add_qml_module target)
endif()
if(arg_INSTALL_SOURCE_QMLTYPES)
- message(AUTHOR_WARNING
- "INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used. "
- "Please port your module to use declarative type registration.")
-
set(files ${arg_INSTALL_SOURCE_QMLTYPES})
if(QT_WILL_INSTALL)
install(