How to change default used version of Qt/qmake?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to change default used version of Qt/qmake?相关的知识,希望对你有一定的参考价值。

1

Replace Default Qt version paths in:

/usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf:

/opt/Qt5/bin
/opt/Qt5/lib

Check:

qtchooser -print-env

2

PATH set

export PATH=/path/to/bin:$PATH

Reference:

Qt5 installation and path configuration

以上是关于How to change default used version of Qt/qmake?的主要内容,如果未能解决你的问题,请参考以下文章

How to Change Default Location for Outlook Data File (PST & OST)

How to use OBDSTAR X100 change KM on Mercedes-Benz ML S350

how to change the original ruby version in Rails app

学习笔记1 2016/1/26 how to use git

How to Change File Ownership & Groups in Linux

Javascript函数节流 —— How To Use Throttle