diff options
author | Tasuku Suzuki <stasuku@gmail.com> | 2012-12-05 10:11:54 +0900 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-05 15:30:07 +0100 |
commit | 6a98976791b74dd98afa44c4643d26747f99039e (patch) | |
tree | 8c9658d639b74817804b9476413e57cd792fa9c5 /src/plugins/imageformats | |
parent | 21e8ef1fefa5f8f2e93da89510627373a8ccdd16 (diff) |
Diffstat (limited to 'src/plugins/imageformats')
-rw-r--r-- | src/plugins/imageformats/gif/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/imageformats/gif/main.h b/src/plugins/imageformats/gif/main.h index 46d669a97f..c7770edc53 100644 --- a/src/plugins/imageformats/gif/main.h +++ b/src/plugins/imageformats/gif/main.h @@ -42,6 +42,8 @@ #include <qimageiohandler.h> #include <qstringlist.h> +#ifndef QT_NO_IMAGEFORMATPLUGIN + #ifdef QT_NO_IMAGEFORMAT_GIF #undef QT_NO_IMAGEFORMAT_GIF #endif @@ -62,3 +64,5 @@ public: }; QT_END_NAMESPACE + +#endif // QT_NO_IMAGEFORMATPLUGIN |