diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2012-06-07 14:17:07 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-11 23:40:59 +0200 |
commit | 229ed9d9d014b7b8c66ef4aaf84eb514d5fd6be2 (patch) | |
tree | edb7c6c3667e7bf27f280c68eb205183df089c68 /src/svg/qsvgtinydocument_p.h | |
parent | 88b171a49de1ef7ea2b45631cc665371dd2a4b44 (diff) | |
download | qtsvg-229ed9d9d014b7b8c66ef4aaf84eb514d5fd6be2.tar.gz |
Add qtsvgglobal.h containing the Q_SVG_EXPORT macro.
No library other than the core libraries should depend on their
export macros being in qglobal.h.
Change-Id: Ia4b2c9645d27424c6f1c80163c27a8aad95cf076
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/svg/qsvgtinydocument_p.h')
-rw-r--r-- | src/svg/qsvgtinydocument_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/svg/qsvgtinydocument_p.h b/src/svg/qsvgtinydocument_p.h index 321d96b..58de2c6 100644 --- a/src/svg/qsvgtinydocument_p.h +++ b/src/svg/qsvgtinydocument_p.h @@ -54,6 +54,7 @@ // #include "qsvgstructure_p.h" +#include "qtsvgglobal.h" #ifndef QT_NO_SVG |