i am really new to raspberry pi (and also to linux), but i have trouble to get my Qt-Application (which i wrote on a Windows Computer) running on my raspberry pi 2.
I installed QT on Raspberry with:
- sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install qt5-default qtcreator
I have tried to install Qt like this way (viewtopic.php?f=63&t=96761) but it says thats everything is already installed and up to date.
I have also read a lot about building Qt nativly on the Raspberry Pi 2, but I would like to avoid this if possible.
I am really sorry for that probably stupid Question, but I have searched a lot until now and i dont find a proper solution.
Thanks in advance for any help,
Hannes