Well, finally, we have a real answer for this generalized problem, and not an OPO problem if it does not unlock you.
Actual problem (black box perspective): Auto-completion of the Build directory entry is interrupted for projects inside scrollable directories. Qt Creator actually forbids you and tells you not to use spaces when creating new projects. You can close the new project and rename it to add a space, and Qt Creator will handle it gracefully. If you copy the assembly directory, even with a space in it, and paste it into the field, replacing the broken automatically generated path (mine used relative paths), then the JOM will start working correctly, since QMake does not cause any errors. I can not speak for other Make tools.
- Make or clone your project with spaces
- Download it in Qt Creator
- Launch QMAKE
- Select the "Project" button on the left.
- Make sure you are on the Create tab
- Select Browse, and then re-select the shadow directory QMAKE made
This should unlock you if it was not an easy problem to delete old created QMAKE folders , which is the most common problem that people face with this particular error when developing inside Qt Creator.
source share