diff options
| author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-06-10 20:45:36 (GMT) |
|---|---|---|
| committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-06-10 20:45:36 (GMT) |
| commit | 7e6a9419fa2167941c601751a13a4451ef8d2708 (patch) | |
| tree | 55ad920989bae99667d5086ca7f0591f1c53ea20 | |
| parent | 4fe78bd229f06f2fdb24b381998299eb7bbc1bf6 (diff) | |
| parent | 8680ced782c5e225b2e15c50c05493a23410b119 (diff) | |
| download | Qt-7e6a9419fa2167941c601751a13a4451ef8d2708.zip Qt-7e6a9419fa2167941c601751a13a4451ef8d2708.tar.gz Qt-7e6a9419fa2167941c601751a13a4451ef8d2708.tar.bz2 | |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Fix building the OpenVG graphicssystem on Linux with static libs
| -rw-r--r-- | src/corelib/global/qglobal.h | 1 |
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 |
