summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-05-11 09:34:10 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-05-11 10:35:28 (GMT)
commit5299240db14579960358edeebfc72fcef905af13 (patch)
treec500c7a7b81bac5defcc528921cb93daab211bd5 /src/3rdparty
parent2120b410752d6777430c33807548022722c5a9ad (diff)
downloadQt-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.h5
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