Why does Creator add $$PWD...and how to stop it?
Unsolved
Qt Creator and other tools
-
When I add new files to my project using context menu, Creator always presumes to prepend the filename with $$PWD in the .pro or .pri-File. With my file structure and build setup, this sometimes breaks builds in subtle ways, so I always go and remove it manually.
Is there some setting to tell Creator not to do this?