我在主机linux平台上安装了QT5.1。
现在我从dashboard
打开Qt创建者时遇到错误:---
qt creator linux cannot overwrite file /home qt version xml
这个链接建议如何摆脱这个错误,我跟着它&以上错误已解决: - https://askubuntu.com/questions/253785/cannot-overwrite-file-home-baadshah-config-qtproject-qtcreator-toolchains-xml
.config文件夹包含:---
dinesh@ubuntu:~/.config$ ls
dconf goa-1.0 QtProject update-notifier
gnome-disk-utility ibus QtProject.conf user-dirs.dirs
gnome-session nautilus Trolltech.conf user-dirs.locale
我的PATH变量是:---
dinesh@ubuntu:~/.config$ $PATH
bash: /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games: No such file or directory
qt creator executable,在这里:---
dinesh@ubuntu:~/.config/QtProject$ ls -l
total 16
drwxr-xr-x 5 dinesh dinesh 4096 Nov 19 21:48 qtcreator
-rw-r--r-- 1 dinesh dinesh 3072 Nov 18 02:56 QtCreator.db
-rw-r--r-- 1 dinesh dinesh 5739 Nov 19 21:53 QtCreator.ini
哪个命令无法找到qt creator executable:---
dinesh@ubuntu:~/.config/QtProject$ which qtcreator
dinesh@ubuntu:~/.config/QtProject$
我在/opt/Qt5.1.1文件夹中安装了QT: -
dinesh@ubuntu:/opt/Qt5.1.1$ ls
5.1.1 Licenses MaintenanceTool.ini README.txt
components.xml MaintenanceTool network.xml Tools
InstallationLog.txt MaintenanceTool.dat qt-project.org.html
现在我几乎没有问题:---
1 GT;在$ PATH环境变量中,我们没有提到QTcreator的位置,那么仪表板如何能够打开QTcreator?
2 - ;这两个文件夹之间的区别究竟是什么,~/.config
& /opt/Qt5.1.1
?
3 GT;如何使我的QT项目针对库QT4.8.5进行编译?我是否必须在〜/ .config中进行一些更改?
4>如果我安装QT4.8.5它会为自己安装seprate QTcreator吗?
Please suggest
这样我才能知道一切是如何相互同步的?