Fix warnings from syncqt.

Stop processing in internal headers, use correct include
syntax.

Change-Id: I9dcf1f6f89907986b7b58658be514083f213a3e6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Friedemann Kleint 2012-10-12 16:35:04 +02:00 committed by The Qt Project
parent ab926916d2
commit e2217187c3
6 changed files with 16 additions and 2 deletions

View File

@ -39,6 +39,10 @@
**
****************************************************************************/
#if 0
#pragma qt_sync_stop_processing
#endif
#define QT_FONTS_ARE_RESOURCES
/* Data structures */

View File

@ -63,7 +63,7 @@ QT_BEGIN_HEADER
*/
typedef char GLchar;
# include "qopengles2ext.h"
# include <QtGui/qopengles2ext.h>
# ifndef GL_DOUBLE
# define GL_DOUBLE GL_FLOAT
# endif
@ -96,7 +96,7 @@ typedef GLfloat GLdouble;
# include <QtCore/qt_windows.h>
# endif
# include <GL/gl.h>
# include "qopenglext.h"
# include <QtGui/qopenglext.h>
# endif // Q_OS_MAC
#endif

View File

@ -3,6 +3,7 @@
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
/* $Revision: 18481 $ on $Date:: 2012-07-11 18:07:26 -0700 #$ */

View File

@ -3,6 +3,7 @@
#if 0
#pragma qt_no_master_include
#pragma qt_sync_stop_processing
#endif
#ifdef __cplusplus

View File

@ -42,6 +42,10 @@
#ifndef QT_MIPS_ASM_DSP_H
#define QT_MIPS_ASM_DSP_H
#if 0
#pragma qt_sync_stop_processing
#endif
#define zero $0
#define AT $1
#define v0 $2

View File

@ -42,6 +42,10 @@
#ifndef QNETWORKFUNCTIONS_WINCE_H
#define QNETWORKFUNCTIONS_WINCE_H
#if 0
#pragma qt_sync_stop_processing
#endif
#ifdef Q_OS_WINCE
#include <qt_windows.h>