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, 0 insertions, 5 deletions
diff --git a/src/qml/Qt5QmlConfigExtras.cmake.in b/src/qml/Qt5QmlConfigExtras.cmake.in
deleted file mode 100644
index 9ddb9885cd..0000000000
--- a/src/qml/Qt5QmlConfigExtras.cmake.in
+++ /dev/null
@@ -1,5 +0,0 @@
-file(GLOB _qt5qml_other_plugins "${CMAKE_CURRENT_LIST_DIR}/Qt5Qml_*Factory.cmake")
-
-foreach(_other_plugin ${_qt5qml_other_plugins})
- include(${_other_plugin} OPTIONAL)
-endforeach()