Fix SDL plugin building on PPC64le

SDL.h redefines bool, which breaks the build.

Task-number: QTBUG-60679
Change-Id: I1ae833b26e867c0127000d8b09eb53fe8cdac0b8
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Andy Nichols 2017-05-09 11:33:30 +03:00
parent 0d75b0cfa8
commit fcffc32b64
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
#include <QtCore/QDebug>
#include <SDL.h>
// Reset bool redefinition from SDL header
#undef bool
QT_BEGIN_NAMESPACE