summaryrefslogtreecommitdiffstats
path: root/qtcanvas3d.pro
diff options
context:
space:
mode:
authorPasi Keränen <Pasi.Keranen@digia.com>2014-08-20 11:46:26 +0300
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-20 17:13:44 +0200
commit66e9d956d3055483597416b864204a51fde1c745 (patch)
treee70b75d8ed14ff836758db10756b0bf5c2759a23 /qtcanvas3d.pro
Initial commit
Diffstat (limited to 'qtcanvas3d.pro')
-rw-r--r--qtcanvas3d.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtcanvas3d.pro b/qtcanvas3d.pro
new file mode 100644
index 0000000..0bcc16b
--- /dev/null
+++ b/qtcanvas3d.pro
@@ -0,0 +1,6 @@
+load(qt_parts)
+
+# We need opengl, minimum es2
+contains(QT_CONFIG, opengles1) {
+ error("QtCanvas3D does not support OpenGL ES 1!")
+}