Hello, I installed Qtcreator on Debian jessie and faced with a problem. I can debug local project, but when I do this from the cloned project from git qtcreator produces an error - can't write changes to the file /home/projectname/projectname.pro.user: permission denied. Is this bed? =)
Also I have installed QtCore, but there isn't <QtCore/QCommandLineParser>, <QtCore/QCommandLineOption>. How can I add them? should I do this from QtCreator interface or I can add them directly to installation folder? Or I should add them to the project folder?