summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/audio.pri
Commit message (Collapse)AuthorAgeFilesLines
* Fixed wrong include path in multimedia.axis2010-11-091-2/+2
| | | | RevBy: Miikka Heikkinen
* Removed mediaservices.Kurt Korbatits2010-05-181-0/+73
|
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-151-73/+0
|
* Moved Symbian audio backend into QtMultimedia.dllGareth Stockwell2010-03-121-0/+15
| | | | | | | | | Changed backend from being a plugin, to being statically compiled into QtMultimedia.dll. This is to achieve consistency with the backends for other plugins, and to allow the plugin API to be modified. Task-number: QTBUG-8994 Reviewed-by: trustme
* Add -audio-backend and -no-audio-backend configure option.Kurt Korbatits2009-12-091-0/+5
| | | | | | Allow better control over audio backend used. Reviewed-by:Justin McPherson
* AudioService API changes; QString->const QString&, remove QAudioDeviceId use ↵Justin McPherson2009-09-241-5/+2
| | | | | | QAudioDeviceInfo. Reviewed-by: Bill King
* Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-2/+2
| | | | | | | | | | | | | | | | On the Mac, it means "-framework ApplicationServices -framework Carbon -framework AppKit" are no longer part of the default LIBS in Qt applications. This required a lot of fixes where we used Mac-specific code in Qt. On X11, it was very straightforward, because we apparently use very little of X11 outside QtGui. I haven't changed the Windows-specific LIBS paths, because I don't know how Windows behaves. Windows has DLLs, but it links to static "import" libraries. So is it static linking or dynamic linking? Reviewed-By: Marius Storm-Olsen
* Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+56