diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-09-23 12:35:06 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-09-23 12:45:24 (GMT) |
commit | 0cb5038a3e5d3a6b0c33d081b89c6fe47cfc0b1b (patch) | |
tree | 6e42bb138fb9d1c6d69000f385905369f8ca6206 /demos/README | |
parent | bbcef4e4b596324aeda80e0aa7d313c586454740 (diff) | |
download | Qt-0cb5038a3e5d3a6b0c33d081b89c6fe47cfc0b1b.zip Qt-0cb5038a3e5d3a6b0c33d081b89c6fe47cfc0b1b.tar.gz Qt-0cb5038a3e5d3a6b0c33d081b89c6fe47cfc0b1b.tar.bz2 |
Try to support Qt 4.4-style Phonon includes in Qt.
This introduces an undocumented "phonon_compat" subdir and also adds
it to the INCLUDEPATH when QT += phonon is specified. With this, these
styles of #includes should be supported:
#include <Phonon>
#include <Phonon/Phonon>
#include <phonon>
#include <phonon/phonon>
#include <Phonon/MediaObject>
#include <phonon/mediaobject.h>
Still need to check if the headers get installed during "make
install". I couldn't find where in our code that is done.
BT: yes
Reviewed-By: Trust Me
Diffstat (limited to 'demos/README')
0 files changed, 0 insertions, 0 deletions