Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21687

QtCreator wrongly tries to deploy libraries with versions when unversioned library name is used

    XMLWordPrintable

Details

    • Linux/X11
    • 1934119c427078be2ac4e39bf2ba039429a78984 (qt-creator/qt-creator/4.8)

    Description

      1. Create a library project in QtCreator
      2. add CONFIG += unversioned_libname to the pro file
      3. add target.files = lib$${TARGET}.so target.path = /usr/lib INSTALLS += target to the pro file
      4. select a kit which needs deployment like Boot2Qt or QNX
      5. open the Projects -> Run Settings -> Deployment

      Result: It shows the versioned libraries for deployment
      Expected result: It would show only lib$${TARGET}.so as it is printed in message($${target.files})
      Workaround: tick the 'Ignore missing files' checkbox so the deployment will not fail

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            karimpinter Karim Pinter (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes