summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-06-05 10:06:46 (GMT)
committerjasplin <qt-info@nokia.com>2009-06-05 10:12:01 (GMT)
commit754f8968332e712d590a6ee984118536c0447348 (patch)
tree68508d0f100ba6d5f970a7a2fa7daa9312e4debc /src/opengl
parente50916796adc0dee112505ed617f9b83e99526fb (diff)
downloadQt-754f8968332e712d590a6ee984118536c0447348.zip
Qt-754f8968332e712d590a6ee984118536c0447348.tar.gz
Qt-754f8968332e712d590a6ee984118536c0447348.tar.bz2
Compile with Sun CC 5.5.
An alternative solution is to swap the order of -I../../include and -I../../include/QtOpenGL when compiling the opengl module. Reviewed-by: TrustMe
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/gl2paintengineex/qglgradientcache_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/gl2paintengineex/qglgradientcache_p.h b/src/opengl/gl2paintengineex/qglgradientcache_p.h
index 9bf58c7..f088359 100644
--- a/src/opengl/gl2paintengineex/qglgradientcache_p.h
+++ b/src/opengl/gl2paintengineex/qglgradientcache_p.h
@@ -52,7 +52,7 @@
#include <QMultiHash>
#include <QObject>
-#include <QtOpenGL>
+#include <QtOpenGL/QtOpenGL>
QT_BEGIN_NAMESPACE