-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 18.0.0-beta1
-
None
Looking at QDir::currentPath() it shows that In this beta, running my app using qtcreator, has the current directory set to my user diectory (C:/Users/david)) instead of the build directory. I consider this to be a bug. The same project, same CMakefiles.txt, runs in the build directory using QrCreatsor 17.0.1. Curiously, debug builds still work fine and have the current directory set to the build directory,