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

internal parsing of pro/pri files seems to be errorprone with symlinks in the project path

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • Qt Creator 3.6.0
    • linus, (linux mint 17.3)

    Description

      since QTC 3.6 the internal handling of qmake-variables seems to be errorprone. in the following example, the content of DESTDIR is different and wrong for the project-run-configuration, but qmake makes it right...

      here the example pro file (snippet):

      APP_PATH = $$shadowed($$PWD)/build
      
      isEmpty(APP_PATH) {
      APP_PATH = $$shadowed($$PWD)/build
      }
      
      BIN_PATH = $$APP_PATH/bin
      
      DESTDIR = $$BIN_PATH
      message (app.pro-BIN_PATH: $$BIN_PATH)
      

      Attachments

        Issue Links

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

          Activity

            People

              hunger Tobias Hunger
              jakra Jan Krause
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes