Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-10260

Wrong nested project's .qbs file in project tree

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • Qt Creator 3.2.0-rc1
    • Qt Creator 2.8.1
    • None
    • Gentoo Linux, 64 Bit, GCC 4.8, Qt 4.8

    Description

      The Qt Creator shows the wrong nested project's .qbs file in the project tree. I would except to see Sub/Sub.qbs there, but the Qt Creator shows Root.qbs. Sub/Sub.qbs is not in the tree anywhere.

      My simple test project is:

      // File Root.qbs:
      import qbs.base 1.0
      Project {
      name: "Root"
      references: [ "Sub/Sub.qbs" ]
      }

      // File Sub/Sub.qbs:
      import qbs.base 1.0
      Project {
      name: "Sub"
      references: [ "Product/Product.qbs" ]
      }

      // File Sub/Product/Product.qbs:
      import qbs.base 1.0
      CppApplication {
      files: [ "main.cpp" ]
      }

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            lukas.lihotzki Lukas Lihotzki
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes