This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
libqt5raspi/debian/usr/local/qt5raspi-5.12.5/lib/cmake/Qt5Qml/Qt5QmlConfigExtras.cmake

6 lines
182 B
CMake

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