Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
5.4.0
Description
The Qt5EnginioConfig.cmake file contains these lines:
_populate_Enginio_target_properties(RELEASE "Qt1Enginio.dll" "libQt1Enginio.a" )
_populate_Enginio_target_properties(DEBUG "Qt1Enginiod.dll" "libQt1Enginiod.a" )
...which are obviously wrong. These libraries are named like libQt1Enginio.a and Enginio.dll. The filenames have an unnecessary "Qt1".
I used the official MinGW installer.