The link in the tutorial subsection "Using the QtCreator IDE" has a page not found error.
Closed this issue · 2 comments
Hello,
When I tried the link "QtCreator Usage" in the tutorial. I got an error "404 file not found" error. Can some one fix this problem?
Thanks,
Rong
In the meantime you can see the MD document for it.
https://github.com/Open-TEE/Open-Tee.github.io/blob/master/_posts/2015-10-10-qtcreator.md
Thanks for providing the doc's link, Jorden :)
I would like to share method to fix an error when I tried to run the examples in Qt creator
The system I am using.
- Qt version 5.6.1
- Ubuntu 16.04 TLS
The Ubuntu I am using without Qt installed. By following the guide I had following errors:
void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "Follow Symbol Under Cursor" under id 173
The cause of the problem is Qt SDK is mismatching. Even the Qt SDK gets installed afterward (installing qt sdk by using "apt-get install qt-sdk" will install an old version of qt SDK), the path of some *.prl files are installed in the Qt folder. But firing the QtCreator from Terminal by some reason, resulting the Qt creator to search files in different locations.
[The solution]
Run the qt creator from search menu (not from the Terminal). Qt creator will start correctly.