aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/Qt5QmlConfigExtras.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/Qt5QmlConfigExtras.cmake.in')
-rw-r--r--src/qml/Qt5QmlConfigExtras.cmake.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qml/Qt5QmlConfigExtras.cmake.in b/src/qml/Qt5QmlConfigExtras.cmake.in
new file mode 100644
index 0000000000..9ddb9885cd
--- /dev/null
+++ b/src/qml/Qt5QmlConfigExtras.cmake.in
@@ -0,0 +1,5 @@
+file(GLOB _qt5qml_other_plugins "${CMAKE_CURRENT_LIST_DIR}/Qt5Qml_*Factory.cmake")
+
+foreach(_other_plugin ${_qt5qml_other_plugins})
+ include(${_other_plugin} OPTIONAL)
+endforeach()