From a7c7e7ceaa47b915748f6701c5b558771682d532 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 28 May 2020 17:04:10 +0200 Subject: CMake: Don't install .qmltypes for Qt tests, examples and tools that don't have an explicit QT_QML_MODULE_INSTALL_DIR path specified. We don't want to pollute the Qt qml import path with these files. Task-number: QTBUG-84403 Change-Id: I768267e0e79daa8090d882c301648cce14e1a809 Reviewed-by: Qt CI Bot Reviewed-by: Joerg Bornemann --- .../qml/tutorials/extending-qml/chapter6-plugins/import/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/qml/tutorials/extending-qml/chapter6-plugins') diff --git a/examples/qml/tutorials/extending-qml/chapter6-plugins/import/CMakeLists.txt b/examples/qml/tutorials/extending-qml/chapter6-plugins/import/CMakeLists.txt index e91406d1ff..8031a1b5de 100644 --- a/examples/qml/tutorials/extending-qml/chapter6-plugins/import/CMakeLists.txt +++ b/examples/qml/tutorials/extending-qml/chapter6-plugins/import/CMakeLists.txt @@ -46,7 +46,6 @@ install(TARGETS chartsplugin ) set_target_properties(chartsplugin PROPERTIES - QT_QML_MODULE_INSTALL_QMLTYPES TRUE QT_QML_MODULE_VERSION 1.0 QT_QML_MODULE_URI Charts ) -- cgit v1.2.3