Closed GoogleCodeExporter closed 8 years ago
According to the Qt docs, Qt 4.7 still has QtMultimedia. What version are you
using?
Original comment by eklin...@gmail.com
on 25 Mar 2011 at 8:48
4.7.0-0ubuntu4.2
it got removed from 4.7, see here:
http://labs.qt.nokia.com/2010/05/06/qt-47-scope-change-regarding-qt-multimedia/
"Today’s beta packages still include a subset of the Qt Multimedia
functionality, but we will remove this code from Qt before the final release of
Qt 4.7.0. Not to fear however, this Multimedia API is part of the new Qt APIs
for mobile development package, released as Qt Solutions last week."
Original comment by thomas.f...@gmail.com
on 25 Mar 2011 at 8:58
in the auscout-client-main.pro file on lines 4 and 5 insert the following:
INCLUDEPATH += /usr/include/QtMultimediaKit
INCLUDEPATH += /usr/local/include/QtMultimediaKit
I updated changes in the svn.
Original comment by starkd88@gmail.com
on 25 Mar 2011 at 9:29
Original comment by eklin...@gmail.com
on 28 Mar 2011 at 4:13
it still doesn't work. If I try to include for example #include <qaudioinput.h>
(which is in /usr/include/QtMultimediaKit) it is not found. Also to fix this
problem really, more than a change to auscout-client-main.pro is required. At
least clients/mainwindow.h needs to be adjusted, maybe more.
Original comment by thomas.f...@gmail.com
on 30 Mar 2011 at 3:41
4.7.0-0ubuntu4.3 too.
Is there another workaround?
Original comment by tudo...@gmail.com
on 5 Aug 2011 at 8:01
Original issue reported on code.google.com by
thomas.f...@gmail.com
on 25 Mar 2011 at 5:43