From 3945cf1f9aa3c4f43b995cc695cc3cfb5ec75c8c Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sat, 20 May 2017 20:07:58 +0200 Subject: Convert features.movie to QT_[REQUIRE_]CONFIG Change-Id: I838c7305d4649f953c5bb972f1aa51dbb078afe2 Reviewed-by: Oswald Buddenhagen --- src/gui/image/qmovie.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui/image/qmovie.cpp') diff --git a/src/gui/image/qmovie.cpp b/src/gui/image/qmovie.cpp index 55ddd839b7..a1ca857daa 100644 --- a/src/gui/image/qmovie.cpp +++ b/src/gui/image/qmovie.cpp @@ -172,8 +172,6 @@ #include "qmovie.h" -#ifndef QT_NO_MOVIE - #include "qglobal.h" #include "qimage.h" #include "qimagereader.h" @@ -1020,5 +1018,3 @@ void QMovie::setCacheMode(CacheMode cacheMode) QT_END_NAMESPACE #include "moc_qmovie.cpp" - -#endif // QT_NO_MOVIE -- cgit v1.2.3