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
parent
a85d343a39
commit
e3bdcb1d62
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QPLATFORMDRAG_H
|
||||
#define QPLATFORMDRAG_H
|
||||
|
||||
#include <qglobal.h>
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QPLATFORMINPUTCONTEXT_H
|
||||
#define QPLATFORMINPUTCONTEXT_H
|
||||
|
||||
#include <qinputpanel.h>
|
||||
#include <QtGui/qinputpanel.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#ifndef QSURFACEFORMAT_H
|
||||
#define QSURFACEFORMAT_H
|
||||
|
||||
#include <qglobal.h>
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QOPENGL_H
|
||||
#define QOPENGL_H
|
||||
|
||||
#include <qglobal.h>
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue