- Download the prebuild release. Extract the file to
/opt
sudo tar xvf qt-5.12.12-aarch64.tar.gz -C /opt
- Setup enviroment
echo "export PATH=/opt/qt-5.12.12/bin:$PATH" >> ~/.bashrc
source ~/.bashrc
- Try qmake.
qmake --version
- Apply settings in kits
With the right qmake
and compiler, you may now build and run your app locally.