Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-58

alternative syntax for string lists

    XMLWordPrintable

Details

    Description

      qbs uses javascript string arrays for file lists. this leads to the need to use an enormous number of quotes and commas in those lists, which makes the files look noisy and unpleasant to create manually. therefore it would be desirable to support a bare word string list format:

      Application {
          ...
          files: @(
              main.cpp
              window.ui
              "weird name.cpp"
          )
      }
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            buddenha Oswald Buddenhagen
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes