How can I specify different working directories in qt creator 4.13?
-
This can be traced to this issue since long. I use cmake to build projects rather than qmake where there may be additional options like
shadow buildsor may be a work around to make it work.I am finding it very difficult to set executable paths or working directories separately (debug and release modes) for cmake projects in Qt creator. I recently added another issue with executable paths issue to which i am still waiting for some inputs.
Issue: Changing working directory path for release mode changes the path in debug mode as well.
I use Qt 5.7.1 with Qt Creator 4.13 on Win 10.
-
This can be traced to this issue since long. I use cmake to build projects rather than qmake where there may be additional options like
shadow buildsor may be a work around to make it work.I am finding it very difficult to set executable paths or working directories separately (debug and release modes) for cmake projects in Qt creator. I recently added another issue with executable paths issue to which i am still waiting for some inputs.
Issue: Changing working directory path for release mode changes the path in debug mode as well.
I use Qt 5.7.1 with Qt Creator 4.13 on Win 10.