Include qt_windows.h for Windows CE.
The include is needed for OutputDebugString, as it is defined in winbase.h. To include use the centralized header. Change-Id: I486da20d7b054cee352be085e65a0ede1394653d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
a0587f79e5
commit
451bc47407
@ -49,6 +49,9 @@
|
||||
#include "qcoreapplication.h"
|
||||
#include "qthread.h"
|
||||
#endif
|
||||
#ifdef Q_OS_WINCE
|
||||
#include <qt_windows.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user