View Single Post
Posts: 20 | Thanked: 11 times | Joined on Apr 2010
#6
Originally Posted by Joorin View Post
Running Qtcreator as root is plain bad. This will let it destroy anything and everything if you foul up your build scripts. Furthermore, all files generated by it will be owned by root but saved in places where you'd most likely want to play around as normal user.

So, NEVER run build tools as root!
You said what not to do but you didn't give me any workaround for my initial problem.