PDA

View Full Version : Qt Creator (Comunity) does not open when I click on it?



abdu_sid
15th April 2017, 22:52
I downloaded the online installer from the following link for RHEL 6.6:

https://www.qt.io/download-open-source/

"qt-opensource-linux-x64-5.6.2.run" and "qt-unified-linux-x64-2.0.5-online.run" got downloaded. I clicked on "qt-opensource-linux-x64-5.6.2.run" and went through the steps and I downloaded the "Tools" and "Qt-5.6.2". "Qt Creator (Community)" appears under the "Application -> Programming" but it does not respond when I click to open it.

Please let me know why this might be happening.

d_stranz
16th April 2017, 17:59
Probably you are missing other development tools or runtime libraries that Qt Creator requires. Read the requirements for Qt5 for linux (https://doc.qt.io/qt-5/linux.html).

Also see that the attributes for the Qt Creator executable file include the "x" attribute so the OS knows it is an executable file and that your path environment variable includes the path to Qt Creator and its shared libraries.

wysota
19th April 2017, 12:36
Try running it from the console to see if you get any errors.

If you get something about non-compatible Qt libraries, try to unset QT_PLUGIN_PATH variable before running qtcreator.sh