PDA

View Full Version : Music Player Example isn't working properly when compiling from console.



Malutek
3rd May 2012, 23:38
Hello,

I have a problem, that is bothering me big time.
If I compile this example:
http://doc-snapshot.qt-project.org/4.8/phonon-qmusicplayer.html
inside qt creator it all works fine, but if I compile all the same files from console by qmake, make, and then run it as ./MusicPlayer, then program will start disfunction (i.e. it will fail to load files to the queue correctly). Can someone explain me why is that?