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

Can't open source-files from Project Manager under Windows 7

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 0.3
    • 0.3
    • Qt Creator Integration
    • None
    • - QBS from Trunk (ded9902af9df3fc15fe7de511302af2e1001f48c)
      - Qt Creator 2.7.0
      - Windows 7.

      Have a simple project consisting of one master.qbs and a test.qbs two directory levels below.
      While I'm able to open the .qps files I'm not able to open the main.c which is shown on the left.
      The file exists and the project compiles fine.

      Attached a screenshot of the error message

      — master.qbs —
      import qbs.base 1.0
      Project {
      references: [
      "test/test1/child.qbs"
      ]
      }

      — test/test1/child.qbs
      import qbs.base 1.0
      Application {
      name: "Test"
      files: ["main.c"]
      Depends

      { name: "cpp" }

      }

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

            jbornema Joerg Bornemann
            jmatokic Johannes Matokic
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes