Backstory (You can skip)
I am a bit more cautious these days when I am attempting to solve a what I presume to be a permissions limitation by running an application with sudo
, ever since I ran this command:
sudo qtcreator
That completely borked my installation and caused many headaches for obvious reasons. Well, I am now playing around with a new (to me) Qt technology, qbs
and I am encountering some errors which I think may be permissions related.
Before I risk many headaches, is it safe to run something like
sudo qbs setup-qt /usr/bin/qmake qt
without having to worry about breaking the integrity of qbs
?