This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5QmlConfigExtras.cmake is in qtdeclarative5-dev 5.7.1-2+b2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
file(GLOB _qt5qml_other_plugins ${CMAKE_CURRENT_LIST_DIR}/Qt5Qml_*Factory.cmake)

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