aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/Qt5QmlConfigExtras.cmake.in
blob: 4242143bca8810ebad0a589afe30f42c1fd34052 (plain)
1
2
3
4
5
6
7
if(QT5_STRICT_PLUGIN_GLOB OR Qt5Qml_STRICT_PLUGIN_GLOB)
    file(GLOB _qt5qml_other_plugins "${CMAKE_CURRENT_LIST_DIR}/Qt5Qml_*Factory.cmake")

    foreach(_other_plugin ${_qt5qml_other_plugins})
        include(${_other_plugin} OPTIONAL)
    endforeach()
endif()