You should change the installer to NOT run Qt Creator if you are installing 
with super-user perms. You already know this, because with root, you default 
the install to /opt without it you put it in the user’s directory. If you 
launch creator from the installer with root, you end up creating the hidden 
creator directory with root in the user’s dir. This leads to problems. Chmod or 
rm will fix it, but it is a pain.
Also, change the install location from /opt/qt5.2.1 to /opt/qt, so that things 
end up in /opt/qt/5.2.1 rather than /opt/qt5.2.1/5.2.1, so we don’t fill /opt 
with more than one Qt directory.
Thanks.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to