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

[REG: 12->13] Global imported targets are not added to PATH anymore

    XMLWordPrintable

Details

    • Windows
    • 2ce6255a7 (13.0)

    Description

      Libraries added like this are not added to PATH so the project cannot be started by default anymore:

      add_library(something SHARED IMPORTED GLOBAL)
      set_target_properties(something
      	PROPERTIES
      	IMPORTED_LOCATION       "..."
      	IMPORTED_IMPLIB         "..."
      	IMPORTED_LOCATION_DEBUG "..."
      	IMPORTED_IMPLIB_DEBUG   "..."
      	IMPORTED_CONFIGURATIONS "RELEASE;DEBUG"
      )
      

      Attachments

        Issue Links

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

          Activity

            People

              cadam Cristian Adam
              poikelin Joni Poikelin
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes