Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt5 and MacPorts: missing links

Tags:

macos

qt

macports

I'm wondering if somebody has also a similar "problem" while installing Qt5 from MacPorts.

I've installed a frech MacPorts distribution yesterday (on Yosemite) and installed the ports qt5-mac and qt5-creator-mac. First, I have noticed that (compared with my previous experience) there is no longer a link to Qt Creator in the /Applications/MacPorts folder. In addition, the tools like qmake are no longer in the path (that is, there are no links to files from /opt/local/libexec/qt5-mac/bin in /opt/local/bin). Of course, it is not a serious problem; I'm just wondering if this is the indended behavior or a possible bug.

like image 787
Algebraic Pavel Avatar asked Jul 09 '15 10:07

Algebraic Pavel


1 Answers

This is intended behavior. It's a first step to allowing multiple Qt versions to coexist.

If you wish to use a particular Qt version from the command line, you need to add its binary path to your path.

like image 184
Kuba hasn't forgotten Monica Avatar answered Oct 02 '22 04:10

Kuba hasn't forgotten Monica