summaryrefslogtreecommitdiffstats
path: root/qtdatavis3d.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-02-01 11:18:44 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-02-01 12:33:39 +0000
commit0f80e795e20873ab90e27bbbbf4228d0a21ad0a9 (patch)
tree67b1d420927d0a418efad05b59f4daa7ef433c86 /qtdatavis3d.pro
parent844ae39a8483a87a1fb4a23a2ded847dceb8e2dc (diff)
Rename top-level project file to match repository name
The consistency between project file name and repository name avoids the need to code the name of the .pro file in .gitmodules. Change-Id: I458a0f5ad8bb5084fdb0c5b54bdc0bc29385392e Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Diffstat (limited to 'qtdatavis3d.pro')
-rw-r--r--qtdatavis3d.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/qtdatavis3d.pro b/qtdatavis3d.pro
new file mode 100644
index 00000000..ab70c061
--- /dev/null
+++ b/qtdatavis3d.pro
@@ -0,0 +1,13 @@
+requires(qtHaveModule(widgets))
+
+load(qt_parts)
+
+# We need opengl, minimum es2 or desktop
+!contains(QT_CONFIG, opengl) {
+ error(QtDataVisualization requires OpenGL!)
+}
+contains(QT_CONFIG, opengles1) {
+ error(QtDataVisualization does not support OpenGL ES 1!)
+}
+
+OTHER_FILES += README dist/* .qmake.conf