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

encode settings key in json kit files

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • MCU Support
    • None

      Packages include the settings key as a hardcoded value in the plugin.

      The settings key needs to be included in the json kits, and parsed instead.
      Example:

          "cmakeCacheEntries": [
            {
              "id": "MCU_XPRESSO_PATH",
              "cmakeOptionName": "MCUXPRESSO_IDE_PATH",
              "settingsKey": "Package_MCUXpressoIDE"
               //...
            },
            // ...
           ]
      

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

            piotr.mucko Piotr Mucko
            christiaan.janssen Christiaan Janssen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes