Use module prefixed include paths, avoids warnings in configure.

Change-Id: I081fa49073da532647836ddd1087c0f5fcf32775
Reviewed-on: http://codereview.qt-project.org/5634
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
bb10
Pekka Vuorela 2011-09-27 15:19:20 +03:00 committed by Qt by Nokia
parent a85d343a39
commit e3bdcb1d62
5 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@
#ifndef QPLATFORMDRAG_H
#define QPLATFORMDRAG_H
#include <qglobal.h>
#include <QtCore/qglobal.h>
QT_BEGIN_NAMESPACE

View File

@ -42,7 +42,7 @@
#ifndef QPLATFORMINPUTCONTEXT_H
#define QPLATFORMINPUTCONTEXT_H
#include <qinputpanel.h>
#include <QtGui/qinputpanel.h>
QT_BEGIN_HEADER

View File

@ -41,7 +41,7 @@
#ifndef QSURFACEFORMAT_H
#define QSURFACEFORMAT_H
#include <qglobal.h>
#include <QtCore/qglobal.h>
QT_BEGIN_HEADER

View File

@ -42,7 +42,7 @@
#ifndef QOPENGL_H
#define QOPENGL_H
#include <qglobal.h>
#include <QtCore/qglobal.h>
QT_BEGIN_HEADER

View File

@ -42,8 +42,8 @@
#ifndef QPLATFORMMENU_H
#define QPLATFORMMENU_H
#include <qglobal.h>
#include <qpointer.h>
#include <QtCore/qglobal.h>
#include <QtCore/qpointer.h>
#include <QtWidgets/qaction.h>
QT_BEGIN_NAMESPACE