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

Jump to file under cursor in .pro file does not work with $${PWD}

    XMLWordPrintable

Details

    Description

      The feature "jump to file under cursor" (activated with F2) in Qt Creator will not work if the "PWD" variable is surrounded with braces,

      that is it will not work in this case:

      SOURCES += $${PWD}/main.cpp

      while in this case, it will work:

      SOURCES += $$PWD/main.cpp

      Attachments

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

        Activity

          People

            hunger Tobias Hunger
            matpen Matteo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes