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

alternative syntax for string lists

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Won't Do
    • Icon: P4: Low P4: Low
    • None
    • 0.1
    • None

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes