summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-05-11 00:10:15 +1000
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-11 00:10:15 +1000
commitff112f47c86ec49a04afcd932475ab6d6a1eda77 (patch)
treea5ef07652a17d1c21966fe2d1d3eff8d932512d7 /src/opengl
parente35297e65d1de578202a3d1b784a70c4db65d356 (diff)
parent45cdd701fa9e9e491bebde2b6fa11d7dd9250e1d (diff)
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-staging: Add QT_xxx_VERSION macros for each library in qtbase
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/opengl.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro
index 849bd9ebc7..b30d4057db 100644
--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -15,6 +15,8 @@ unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui
include(../qbase.pri)
+HEADERS += $$QT_SOURCE_TREE/src/opengl/qtopenglversion.h
+
!win32:!embedded:!mac:!symbian:!qpa:CONFIG += x11
contains(QT_CONFIG, opengl):CONFIG += opengl
contains(QT_CONFIG, opengles1):CONFIG += opengles1