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

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

      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)
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes