Qt 6.11 is out! See what's new in the release
blog
Phonon on Qtonpi
Installation and Deployment
3
Posts
2
Posters
2.2k
Views
1
Watching
-
Hello, I successfully deployed and ran the Qt Hello World application on a Raspberry Pi that has the QtonPi image. However, I'd really appreciate if anybody could tell me how to install phonon libraries both on Pi and on the development machine. Thanks in advance.
-
I think you should compile Qt by yourself for that... Or maybe just an phonon library... try to compile it exactly like Hello World application, and then copy lib to RPi
-
Thanks for the reply, I'll try and see.