-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2.0
-
None
-
MSYS2 MinGW x64
(Following a github issue declared on msys2/mingw-packages)
There is a missmatch between the include directory of ActiveQt expected by CMake at target import and the actual folder installed by the package.
CMake gives this error while configuration of a dummy program :
Imported target "Qt6::ActiveQt" includes non-existent path "E:/DEV/msys64/mingw64/include/qt6/QtActiveQt" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: * The path was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and references files it does not provide.
When browsing to the include installation folder, we can ack. the missmatch (see attached image).