Build the cube opengl example both for desktop and ES

No reason to restrict it to desktop only, the code works on ES2 too.

Task-number: QTBUG-35730

Change-Id: I915a88cbf3c95a941d6bafd88ed57fef0b6a25b9
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
This commit is contained in:
Laszlo Agocs 2014-03-07 10:23:03 +01:00 committed by The Qt Project
parent 9b33aecb9b
commit 625002f706

View File

@ -14,7 +14,6 @@ contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
}
} else {
SUBDIRS = 2dpainting \
cube \
grabber \
hellogl \
overpainting \
@ -26,6 +25,7 @@ contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
SUBDIRS += hellowindow \
paintedwindow \
contextinfo
contextinfo \
cube
EXAMPLE_FILES = shared