GNOME Bugzilla – Bug 720124
tests/examples/overlay/qt-videooverlay.cpp has incorrect include from Qt
Last modified: 2014-01-20 08:47:09 UTC
Please change the line from tests/examples/overlay/qt-videooverlay.cpp #include <QTimer> into #include <QtCore/QTimer> so that gst-plugins-base tests build successfully with Qt 4.x.
Should be obsolete with this, also in general sounds like a packaging problem by your distro. commit 5dd8e9cdd4d6b9c8c936630ab49da5bcec4728a1 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Jan 20 09:46:15 2014 +0100 examples: Port Qt examples to Qt5