mirror of https://github.com/qt/qtdatavis3d.git
14 lines
309 B
Prolog
14 lines
309 B
Prolog
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
|