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

    • Windows
    • 2ce6255a7 (13.0)

      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"
      )
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes