ekumachidi / audioscout

Automatically exported from code.google.com/p/audioscout
GNU General Public License v3.0
0 stars 0 forks source link

client not compatible with Qt on ubuntu 10.10 #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I tried to compile everything on Ubuntu 10.10. Unfortunately the QtMultimedia 
lib got replaced by QtMultimediaKit in recent Qt versions. 

Original issue reported on code.google.com by thomas.f...@gmail.com on 25 Mar 2011 at 5:43

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by eklin...@gmail.com on 28 Mar 2011 at 4:13

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
4.7.0-0ubuntu4.3 too.

Is there another workaround?

Original comment by tudo...@gmail.com on 5 Aug 2011 at 8:01