This is what I've done:
Now, I'm trying to run
How do I call the proper qmake file version for QT5.3.2 in FreeBSD 10.0 ? Thanks.
pkg search qt5, this returned devel/qt5. Next I ran sudo pkg install qt5-5.3.2, it downloaded about 44MB with no errors and it installed everything successfully.Now, I'm trying to run
qmake-q5 with no success. I found this post that states that qmake does not work anymore, so I tried using qmake-q<x> unsuccessfully. It returns qmake-qt5: not found.How do I call the proper qmake file version for QT5.3.2 in FreeBSD 10.0 ? Thanks.