summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpictureformatplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/image/qpictureformatplugin.cpp')
-rw-r--r--src/gui/image/qpictureformatplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/image/qpictureformatplugin.cpp b/src/gui/image/qpictureformatplugin.cpp
index ece9a791f0..ef57ad720f 100644
--- a/src/gui/image/qpictureformatplugin.cpp
+++ b/src/gui/image/qpictureformatplugin.cpp
@@ -38,7 +38,7 @@
****************************************************************************/
#include "qpictureformatplugin.h"
-#if !defined(QT_NO_LIBRARY) && !defined(QT_NO_PICTURE)
+#if !defined(QT_NO_PICTURE)
#include "qpicture.h"
QT_BEGIN_NAMESPACE
@@ -130,6 +130,6 @@ bool QPictureFormatPlugin::savePicture(const QString &format, const QString &fil
return false;
}
-#endif // QT_NO_LIBRARY || QT_NO_PICTURE
+#endif // QT_NO_PICTURE
QT_END_NAMESPACE