Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-1672 Study how built conan packages are deployed from cache
  3. QTIFW-1726

Study how to manage library names the consumer needs to link against

    XMLWordPrintable

Details

    • Technical task
    • Resolution: Done
    • P2: Important
    • None
    • Conan
    • 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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            iknd Iikka Eklund
            iknd Iikka Eklund
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes