summaryrefslogtreecommitdiffstats
path: root/qtdatavis3d.pro
blob: 8a6fa51ecfb4e3c19bd4365dad73e9b6dffca5ce (plain)
1
2
3
4
5
6
7
8
9
load(qt_parts)

# We need opengl, minimum es2 or desktop
!contains(QT_CONFIG, opengl) {
    error(QtDataVis3D requires OpenGL!)
}
contains(QT_CONFIG, opengles1) {
    error(QtDataVis3D does not support OpenGL ES 1!)
}