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:
Andreas Holzammer 2012-02-20 18:38:52 +01:00 committed by Qt by Nokia
parent a0587f79e5
commit 451bc47407

View File

@ -49,6 +49,9 @@
#include "qcoreapplication.h"
#include "qthread.h"
#endif
#ifdef Q_OS_WINCE
#include <qt_windows.h>
#endif
#include <stdio.h>