summaryrefslogtreecommitdiffstats
path: root/src/modules/qt_opengl.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/qt_opengl.pri')
-rw-r--r--src/modules/qt_opengl.pri12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/modules/qt_opengl.pri b/src/modules/qt_opengl.pri
new file mode 100644
index 0000000000..9ad142570f
--- /dev/null
+++ b/src/modules/qt_opengl.pri
@@ -0,0 +1,12 @@
+QT_OPENGL_VERSION = $$QT_VERSION
+QT_OPENGL_MAJOR_VERSION = $$QT_MAJOR_VERSION
+QT_OPENGL_MINOR_VERSION = $$QT_MINOR_VERSION
+QT_OPENGL_PATCH_VERSION = $$QT_PATCH_VERSION
+
+QT.opengl.name = QtOpenGL
+QT.opengl.includes = $$QT_MODULE_INCLUDE_BASE/QtOpenGL
+QT.opengl.libs = $$QT_MODULE_LIB_BASE
+QT.opengl.depends = core gui
+QT.opengl.CONFIG = opengl
+
+QT_CONFIG += opengl