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

if windows environment variable contains reference to other variable it does not get expanded

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 4.7.0
    • None
    • Windows

      In windows you can do the following in your system variables

      set FOO=SomeValue

      set PATH=%PATH%;%FOO%\SomeFolder

      windows will expand to

      PATH -> ...;SomeValue\SomeFolder

      I use this for QMAKEFEATURES

      However in the qtcreator the value for QMAKEFEATURES is

      %OA%\bin

      which should (in my case) expand to (or be expanded to)

      c:\data\OARuntime\bin

      but it does not

      Manually changing the build environment variable to the value above makes things work but that means that ever project I make that depends on the same feature files will need to be manually updated -> tedious and error prone !

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

            hunger Tobias Hunger
            u19809 wim delvaux
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes