Remove noisy and non-informative message
This has the flaw of providing very little information and happens too many times during the configure process. My bad, apologies for the noise. Change-Id: I57368f514be968e7144f364f627c110ceed20dae Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
869e9b927a
commit
c1415a6a6c
@ -451,10 +451,6 @@ if(NOT DEFINED QT_SKIP_AUTO_QML_PLUGIN_INCLUSION)
|
||||
set(QT_SKIP_AUTO_QML_PLUGIN_INCLUSION OFF)
|
||||
endif()
|
||||
|
||||
if(QT_REPO_MODULE_VERSION)
|
||||
message(STATUS \"Skip auto QML plugin inclusion is set to \${QT_SKIP_AUTO_QML_PLUGIN_INCLUSION}\")
|
||||
endif()
|
||||
|
||||
file(GLOB __qt_qml_plugins_config_file_list \"\${CMAKE_CURRENT_LIST_DIR}/QmlPlugins/${INSTALL_CMAKE_NAMESPACE}*Config.cmake\")
|
||||
if (__qt_qml_plugins_config_file_list AND NOT QT_SKIP_AUTO_QML_PLUGIN_INCLUSION)
|
||||
# First round of inclusions ensure all qml plugin targets are brought into scope.
|
||||
|
Loading…
Reference in New Issue
Block a user