Re: [qmc2-devel] QMC2 and Qt 5
Brought to you by:
prianthefist,
renereucher
|
From: R. R. <ren...@ba...> - 2012-04-18 15:15:12
|
On Wednesday 18 April 2012 15:37:15 R. Reucher wrote: > However, I somehow can't build it with Phonon support, I just get this > qmake- warning when I do: > > Project MESSAGE: Warning: unknown QT module: phonon > > Phonon itself built and installed cleanly, though: > > dhcp87:~/src/qmc2 # find /usr/local/lib/qt-5-git/ -name "libphonon*" > /usr/local/lib/qt-5-git/lib/libphonon.prl > /usr/local/lib/qt-5-git/lib/libphonon.so > /usr/local/lib/qt-5-git/lib/libphonon.so.5 > /usr/local/lib/qt-5-git/lib/libphonon.la > /usr/local/lib/qt-5-git/lib/libphonon.so.5.4 > /usr/local/lib/qt-5-git/lib/libphonon.so.5.4.0 > /usr/local/lib/qt-5-git/plugins/phonon_backend/libphonon_gstreamer.so > > Strange and confusing... OK, I found and fixed this in my Qt 5 installation... somehow "make install" forgot to copy qtphonon/module-paths/modules/qt_phonon.pri to <install-prefix>/mkspecs/modules/ as it should. Seems to be a bug in Qt-git. Fixed manually and guess what... QMC2 also builds fine with PHONON=1 in case of Qt 5 :)! Cheers, René |