Cross-compiling with mkspec/win win32-g++ doesn't
install the cmake files into lib/cmake.
The line in mkspecs/features/create_cmake.prf
INSTALLS += cmake_qt5_module_files
is called but ignored, there are no install rules
in the Makefiles for cmake files.
Any ideas how to fix this?
Peter