diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-11 09:34:10 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-11 10:35:28 (GMT) |
commit | 5299240db14579960358edeebfc72fcef905af13 (patch) | |
tree | c500c7a7b81bac5defcc528921cb93daab211bd5 /src/3rdparty | |
parent | 2120b410752d6777430c33807548022722c5a9ad (diff) | |
download | Qt-5299240db14579960358edeebfc72fcef905af13.zip Qt-5299240db14579960358edeebfc72fcef905af13.tar.gz Qt-5299240db14579960358edeebfc72fcef905af13.tar.bz2 |
Make sure syncqt creates the Phonon/Global file.
The standard Phonon package has this file and it points to
phononnamespace.h
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/phonon/phonon/phononnamespace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/phonon/phononnamespace.h b/src/3rdparty/phonon/phonon/phononnamespace.h index 0bbf4f4..2492ee6 100644 --- a/src/3rdparty/phonon/phonon/phononnamespace.h +++ b/src/3rdparty/phonon/phonon/phononnamespace.h @@ -25,6 +25,11 @@ #include "phonon_export.h" +#ifdef __QT_SYNCQT__ +// Tell syncqt to create a "Global" header here +#pragma qt_class(Phonon::Global) +#endif + /** * Helper macro that can be used like * \code |