I have a C++ Qt program. It compiles using qmake && make.
It always ends up compiling using Qt 5.2.1. I want to use Qt 5.5 that I downloaded.
$ qtchooser -l
4
5
default
qt4-i386-linux-gnu
qt4-x86_64-linux-gnu
qt4
qt5-x86_64-linux-gnu
qt5
None of those were new after I downloaded and installed Qt 5.5.
I used the Qt Creator program to 'remove' the old version of Qt such that 5.5 is the only one there now, but still it's stuck on 5.2.1 when I compile.
I want to know the official way to do this as I need to write instructions for others to compile my program.
I'm using the opensource versions of Qt.
$ ~/Qt5.5.0/5.5/gcc_64/bin/qmake && make
– Green Mo Feb 10 '17 at 16:19