[ask help] issue on qt5 phonon?

Dear All

i try to build al-anvar on haikudepot but fail with error mentioning phonon…
Capture
phonon-dev is installed…

how to fix this problem?

Hm. It seems that the program does not linked with phonon library.

… that application exist in depot… and i want to make some code adjustment… before i make change i want to check local haikuporter build but it failed…

try add this lines to the al_anvar.pro file:
haiku {
LIBS += -lphonon4qt5
}

2 Likes

thanks @3dEyes … its ok now.