Use module prefixed include paths, avoids warnings in configure.
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>
Tue, 27 Sep 2011 12:19:20 +0000 (15:19 +0300)
committerQt by Nokia <qt-info@nokia.com>
Wed, 28 Sep 2011 01:18:26 +0000 (03:18 +0200)
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>
src/gui/kernel/qplatformdrag_qpa.h
src/gui/kernel/qplatforminputcontext_qpa.h
src/gui/kernel/qsurfaceformat.h
src/gui/opengl/qopengl.h
src/widgets/kernel/qplatformmenu_qpa.h

index eac17ed..958bcf4 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef QPLATFORMDRAG_H
 #define QPLATFORMDRAG_H
 
-#include <qglobal.h>
+#include <QtCore/qglobal.h>
 
 QT_BEGIN_NAMESPACE
 
index f4efc3e..8321c0a 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef QPLATFORMINPUTCONTEXT_H
 #define QPLATFORMINPUTCONTEXT_H
 
-#include <qinputpanel.h>
+#include <QtGui/qinputpanel.h>
 
 QT_BEGIN_HEADER
 
index 5f657c9..cdbd507 100644 (file)
@@ -41,7 +41,7 @@
 #ifndef QSURFACEFORMAT_H
 #define QSURFACEFORMAT_H
 
-#include <qglobal.h>
+#include <QtCore/qglobal.h>
 
 QT_BEGIN_HEADER
 
index cef4277..6edec3c 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef QOPENGL_H
 #define QOPENGL_H
 
-#include <qglobal.h>
+#include <QtCore/qglobal.h>
 
 QT_BEGIN_HEADER
 
index 05b96c5..2c88b48 100644 (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