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

[REG: 4.5.2->4.6]: Creating empty qmake project has invalid executable location in run settings

XMLWordPrintable

      When creating an empty qmake project with the wizard, and adding minimal compilable application, building it succeeds but running gives an error:

      Starting C:\qtprojects\build-untitled16-Desktop_Qt_5_10_1_MSVC2017_64bit-Debug\untitled16.exe...
      Executable C:\qtprojects\build-untitled16-Desktop_Qt_5_10_1_MSVC2017_64bit-Debug\untitled16.exe does not exist.
      

      This is a regression from 4.5.2 to 4.6.

      In Projects -> <selected_kit> -> Run, the executable location is set as:

      C:\qtprojects\build-untitled16-Desktop_Qt_5_10_1_MSVC2017_64bit-Debug\untitled16.exe
      

      when the executable is in fact properly build to the "debug" sub directory:

      C:\qtprojects\build-untitled16-Desktop_Qt_5_10_1_MSVC2017_64bit-Debug\debug\untitled16.exe
      

      Creating other project templates do not seem to suffer from this same issue.

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

            hunger Tobias Hunger
            jussi_witick Jussi Witick
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes