How to set QT directory as default?
Solved
Installation and Deployment
-
Hi, I'm installing QT5 in Jetson Xavier from source.
https://wiki.qt.io/Building_Qt_5_from_Git
I followed the above tutorial, and installed in one folder.However, I cannot use any command of QT on terminal, such as "qmake --version".
If I want to use that command, I have to run like "/path/to/qt-build/qtbase/bin/qmake --version"None of QT tools works in terminal. How could I set every modules in PATH correctly?
-
@JANG-SOONMYUN said in How to set QT directory as default?:
How could I set every modules in PATH correctly?
Well, add the directories you need to PATH:
PATH=$PATH:/path/to/qt-build/qtbase/bin