summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <bero@arklinux.ch>2011-06-10 16:08:44 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-06-10 16:08:44 (GMT)
commit8680ced782c5e225b2e15c50c05493a23410b119 (patch)
tree55ad920989bae99667d5086ca7f0591f1c53ea20 /src/corelib/global
parentba7e9504b6e92121f514a88fc31f61da54f25817 (diff)
downloadQt-8680ced782c5e225b2e15c50c05493a23410b119.zip
Qt-8680ced782c5e225b2e15c50c05493a23410b119.tar.gz
Qt-8680ced782c5e225b2e15c50c05493a23410b119.tar.bz2
Fix building the OpenVG graphicssystem on Linux with static libs
Without this, building OpenVG would fail because Q_OPENVG_EXPORT wasn't defined at all, causing it to be treated as a variable name Merge-request: 1256 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qglobal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 1454cb3..32b3e6b 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -1423,6 +1423,7 @@ class QDataStream;
# define Q_DECLARATIVE_EXPORT
# define Q_OPENGL_EXPORT
# define Q_MULTIMEDIA_EXPORT
+# define Q_OPENVG_EXPORT
# define Q_XML_EXPORT
# define Q_XMLPATTERNS_EXPORT
# define Q_SCRIPT_EXPORT