summaryrefslogtreecommitdiffstats
path: root/qtdatavisualization.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 /qtdatavisualization.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 'qtdatavisualization.pro')
-rw-r--r--qtdatavisualization.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/qtdatavisualization.pro b/qtdatavisualization.pro
deleted file mode 100644
index ab70c061..00000000
--- a/qtdatavisualization.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-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