Monday, April 29, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 3274  / 3 Years ago, sun, october 3, 2021, 7:31:48

I am trying to build an application that requires the phonon library...



I got an error because the lphonon was not found. so I tried to look for it... there is no "phonon" on my system.



I tried installing it




sudo apt-get install libqt4-phonon
sudo apt-get install libqt4-phonon-dev




neither worked, so I tried




sudo apt-get install phonon




It worked... and i was able to find it in




usrlibi386-linux-gnu




, but the files i find are




libphonon.so.4 and libphonon.so.4.6.0




I added this path in the project file




unix:INCLUDEPATH += /usr/lib/i386-linux-gnu




this was there before




unix:QT += phonon




Do I have to change the name of the lib ? How can I make it work ?


More From » software-installation

 Answers
7

The only thing that finally worked was to install the deb package myself...



https://packages.debian.org/sid/libphonon-dev


[#23364] Tuesday, October 5, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
icielight

Total Points: 158
Total Questions: 92
Total Answers: 93

Location: San Marino
Member since Thu, Jun 30, 2022
2 Years ago
icielight questions
;