Am 22.08.2014 14:04, schrieb Cornelius Hald: >> I recently ported application from Qt4 to Qt5 and I rewrote a bit the >> audioplayer in it. Now it is using QtMultimedia instead of Phonon. >>
There is an unresolved dependency issue with the combination Qt5 - GStreamer: Qt5 uses GStreamer on Linux, GStreamer itself uses libproxy, which again interfaces with Qt4 and bombs the application. Qt5 -> GStreamer -> ... -> libproxy -> Qt4. https://bugs.kde.org/show_bug.cgi?id=323407. I'm not sure who is in charge to fix this (if there is someone at all). KDE closed the bug report, because its of course not their fault. Up to now, I'm not aware of any workaround. --- Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. http://www.avast.com _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
