summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-05-11 11:34:10 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-05-11 12:35:28 +0200
commit5299240db14579960358edeebfc72fcef905af13 (patch)
treec500c7a7b81bac5defcc528921cb93daab211bd5 /src/3rdparty/phonon
parent2120b410752d6777430c33807548022722c5a9ad (diff)
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/phonon')
-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 0bbf4f4e46..2492ee609b 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