Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-77092

cmake: wrong "DEBUG" dylib location in qt-5.12

    XMLWordPrintable

Details

    • 5d7e9c9667d60490ffbbf33ddb38736960eae1d9

    Description

      `QtCoreConfig.cmake` in 5.12 is different from 5.11 and 5.13:

      5.11:

       

      _populate_Core_target_properties(RELEASE "libQt5Core.5.11.1.dylib" "" )
      _populate_Core_target_properties(DEBUG "libQt5Core_debug.5.11.1.dylib" "" )

      5.12:

       

      _populate_Core_target_properties(RELEASE "libQt5Core.5.12.4.dylib" "" )
      _populate_Core_target_properties(DEBUG "libQt5Core.5.12.4.dylib" "" )

      5.13:

       

      _populate_Core_target_properties(RELEASE "libQt5Core.5.13.0.dylib" "" )
      _populate_Core_target_properties(DEBUG "libQt5Core_debug.5.13.0.dylib" "" )

      since 5.12 is an LTS release, it would be nice if it could be fixed

       

       

       

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            timblechmann tim blechmann
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes