Skip to content

Commit

Permalink
remove pointless gles1 check
Browse files Browse the repository at this point in the history
gles1 was purged from qt years ago.

Change-Id: Ia7678deda06f2ecfb5ad3e1a696e93871fa48759
Reviewed-by: Sean Harmer <[email protected]>
Reviewed-by: Paul Lemire <[email protected]>
  • Loading branch information
ossilator authored and seanharmer committed Jun 27, 2015
1 parent d243c95 commit 546df01
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qt3d.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@ load(qt_parts)

#gcov: SUBDIRS -= sub_tools

# We need opengl, minimum es2
contains(QT_CONFIG, opengles1) {
error("Qt3D does not support OpenGL ES 1!")
}

OTHER_FILES += \
sync.profile

0 comments on commit 546df01

Please sign in to comment.