2012-12-21 14:14:40 +01:00
|
|
|
requires(qtHaveModule(opengl))
|
|
|
|
|
2011-04-27 12:05:43 +02:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
2014-04-24 14:36:57 +02:00
|
|
|
contains(QT_CONFIG, dynamicgl) {
|
|
|
|
SUBDIRS = hellowindow \
|
|
|
|
contextinfo \
|
2014-06-20 11:58:34 +02:00
|
|
|
qopenglwidget \
|
2014-03-20 12:58:22 +01:00
|
|
|
threadedqopenglwidget \
|
|
|
|
qopenglwindow
|
2014-06-20 11:58:34 +02:00
|
|
|
} else: !contains(QT_CONFIG, opengles2) {
|
2011-04-27 12:05:43 +02:00
|
|
|
SUBDIRS = 2dpainting \
|
|
|
|
grabber \
|
|
|
|
hellogl \
|
|
|
|
overpainting \
|
|
|
|
pbuffers \
|
|
|
|
framebufferobject2 \
|
2014-03-03 21:20:30 +01:00
|
|
|
samplebuffers
|
2011-04-27 12:05:43 +02:00
|
|
|
}
|
|
|
|
|
2014-04-24 14:36:57 +02:00
|
|
|
!contains(QT_CONFIG, dynamicgl): SUBDIRS += hellowindow \
|
2014-02-26 15:21:18 +01:00
|
|
|
paintedwindow \
|
2014-03-07 10:23:03 +01:00
|
|
|
contextinfo \
|
2014-03-03 21:20:30 +01:00
|
|
|
cube \
|
2014-06-20 11:58:34 +02:00
|
|
|
textures \
|
|
|
|
qopenglwidget \
|
2014-03-20 12:58:22 +01:00
|
|
|
threadedqopenglwidget \
|
|
|
|
qopenglwindow
|
2011-04-27 17:49:30 +02:00
|
|
|
|
2012-11-27 20:40:16 +01:00
|
|
|
EXAMPLE_FILES = shared
|