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

support dots in Product.name

XMLWordPrintable

    • 5f4d9cc38e4659166bd85560e07c9d967a8d8236

      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.

        For Gerrit Dashboard: QBS-665
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes