Fix build without features.movie

Change-Id: I244a618f8660262249455ee707b62e6355583a74
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
Tasuku Suzuki 2017-01-18 21:54:26 +09:00
parent 20f7cfcbda
commit 9febc58d07
1 changed files with 2 additions and 2 deletions

View File

@ -170,11 +170,11 @@
\sa QMovie::stop()
*/
#include "qglobal.h"
#include "qmovie.h"
#ifndef QT_NO_MOVIE
#include "qmovie.h"
#include "qglobal.h"
#include "qimage.h"
#include "qimagereader.h"
#include "qpixmap.h"