PDA

View Full Version : QT error /usr/bin/ld: cannot find -lpulse-mainloop-glib



alenn.masic
2nd September 2012, 19:25
Hi all

I get this error: /usr/bin/ld: cannot find -lpulse-mainloop-glib when I include phonon in my .pro file. How to resolve this. This is my .pro file:


QT += core gui phonon

TARGET = bpad
TEMPLATE = app


SOURCES += main.cpp\
mainwindow.cpp \
dialog.cpp \
prozor.cpp

HEADERS += mainwindow.h \
dialog.h \
prozor.h

FORMS += mainwindow.ui \
dialog.ui \
prozor.ui

RESOURCES += \
slika.qrc

norobro
2nd September 2012, 21:45
On my Debain box that lib is in the libpulse-dev package. Do you have it installed?

alenn.masic
2nd September 2012, 22:24
now I have install it and everything is ok. Man thank you a lot.