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:
parent
9b33aecb9b
commit
625002f706
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user