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

      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

        For Gerrit Dashboard: QTCREATORBUG-18719
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes