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

.pro parser does not implement write_file, leading to incomplete parse

    XMLWordPrintable

Details

    • 3729f4aa31f5078540de4ca67d985b841cfd20a2

    Description

      Steps to reproduce:
      Configure qt with a C++11 capable toolchain.
      Open qtdeclarative.pro, notice that any C++11 code is flagged as a error.

      The cause of that is in qtmodule_prf, where the line

      contains(QT_CONFIG, c++11):CONFIG += c++11
      

      is not reached because the line aborts

      write_file($$MODULE_PRI, MODULE_PRI_CONT)|error("Aborting.")
      

      stops the evaluation.

      Attachments

        Issue Links

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

          Activity

            People

              buddenha Oswald Buddenhagen
              dt Daniel Teske
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes