Cannot include QtMultimedia on Qt 4.8.1
-
Hello everyone, I think I have a little problem
I want do a Audio recorder but...
I cannot include the QtMultimediaI'm using Ubuntu 12.04.1 LTS, and the 4.8.1 version of Qt
here is the .pro file:
@
QT += core gui
QT += multimediaTARGET = TestAudio
TEMPLATE = appSOURCES += main.cpp
audioinput.cppHEADERS += audioinput.h
FORMS += audioinput.ui
@I think if I include QT += multimedia shuold work...
What's my wrong?
-
You didn't do anything wrong. That's how it's SUPPOSED to be done, but the Ubuntu packagers decided to change QtMultimedia's packaging (I'm not sure why).
Try this: http://stackoverflow.com/questions/11392604/qtmultimedia-module-in-ubuntu-12-04lts