Qt5 for Raspberry && VNC
QtonPi
2
Posts
2
Posters
3.1k
Views
1
Watching
-
Hi all,
I finally built Qt 5.0.2 for my Raspberry.
I also compiled my first Qt app for the raspberry and it run in the board without problem.With Qt4 I executed the application this way:
@
./app -qws -display VNC:0
@and I got a VNC server showing the app window.
Is there a way to get the same with Qt5...?