Re: [qmc2-devel] QMC2 and Qt 5
Brought to you by:
prianthefist,
renereucher
|
From: R. R. <ren...@ba...> - 2012-04-18 13:37:46
|
On Tuesday 17 April 2012 21:46:54 R. Reucher wrote: > Well, I finally managed to build QMC2 with Qt 5. However, right now it only > crashes on startup. It's better not to commit the changes to SVN already. Heureka -- I found it :)! It was caused by a global QFont object that can't be instantiated before the QGuiApplication instance exists, which is allowed in Qt 4. However, I changed it for both. So, *experimental* support for Qt 5 is now in SVN. 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... Have fun, René |