Qt5QmlConfigExtras.cmake 182 B

12345
  1. file(GLOB _qt5qml_other_plugins ${CMAKE_CURRENT_LIST_DIR}/Qt5Qml_*Factory.cmake)
  2. foreach(_other_plugin ${_qt5qml_other_plugins})
  3. include(${_other_plugin} OPTIONAL)
  4. endforeach()