Details
-
Technical task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
Qt6 Installer Sprint 7, Qt6 Installer Sprint 8
Description
Example:
qtcharts is exported into Conan cache and built by Conan. The "lib/" contains files named e.g. "libQt5Charts.so".
When using e.g. conan.cmake in the consuming application conan passes the lib paths and libĀ names to linker.
In current MP demo the Conan passes "-lqtcharts" to the linker which is wrong as it should be "-lQt5Charts" instead.
Investigate what controls the library names.