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

support dots in Product.name

    XMLWordPrintable

Details

    • 5f4d9cc38e4659166bd85560e07c9d967a8d8236

    Description

      Project {
          Application {
              name: "myapp"
              Depends { name: "foo.barbla" }
              files: ["app.cpp"]
          }
          StaticLibrary {
              name: "foo.barbla"
              files: ["lib.cpp"]
          }
      }
      

      yields the error message "Module foo/barbla could not be loaded.".

      It should be possible to have dots in product names.

      Attachments

        Issue Links

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

          Activity

            People

              jbornema Joerg Bornemann
              jbornema Joerg Bornemann
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes