Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-1938

Regression when using the SUBDIRS template

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • Some future release
    • 4.4.0
    • Other
    • None

    Description

      When using the subdirs template in a .pro file like the following:

      TEMPLATE = subdirs
      CONFIG += debug_and_release
      SUBDIRS = folder1 folder2 dfolder3 .....

      and then typing make release or make debug to build, there will be a / missing in the makefile rules resulting in make failing. The rule will end up being for example:

      addressbook/$(MAKEFILE): missing a slash.

      The problem seem to be present all on platform ( linux/mac os x and windows ) using G++. This problem does not happen in Qt 4.3.4.

      Attachments

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

        Activity

          People

            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes