Fix build due to missing include when using a minimal config.
QStyle is used, so include it explicitly instead of relying on indirect inclusions. Build was broken when using a bunch of QT_NO_ defines, not sure which one triggers the failure though. Change-Id: Ib07218521648448576f1b55d2d91d1711c048f09 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
parent
96d8c61f0d
commit
7fcb3aad40
@ -41,6 +41,7 @@
|
||||
|
||||
#include <QtCore/qpropertyanimation.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
#include <QtWidgets/qstyle.h>
|
||||
#include <private/qmainwindowlayout_p.h>
|
||||
|
||||
#include "qwidgetanimator_p.h"
|
||||
|
Loading…
Reference in New Issue
Block a user