Difference between revisions of "QT5 Installation & Paths"
Line 7: | Line 7: | ||
/opt/Qt/5.12.0/gcc_64/bin | /opt/Qt/5.12.0/gcc_64/bin | ||
/opt/Qt/5.12.0/gcc_64/lib | /opt/Qt/5.12.0/gcc_64/lib | ||
+ | |||
+ | Check version: | ||
+ | qtchooser -print-env | ||
* [https://askubuntu.com/questions/435564/qt5-installation-and-path-configuration Source] | * [https://askubuntu.com/questions/435564/qt5-installation-and-path-configuration Source] |
Revision as of 08:30, 15 December 2018
Replace Default Qt version paths in:
vi /usr/lib/x86_64-linux-gnu/qtchooser/default.conf
or in newer releases:
vi /usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf
/opt/Qt/5.12.0/gcc_64/bin /opt/Qt/5.12.0/gcc_64/lib
Check version:
qtchooser -print-env