summaryrefslogtreecommitdiff
path: root/examples/opengl/opengl.pro
blob: b0eac5ee9ccc081f82969a293c4d6996ca6078b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE      = subdirs

SUBDIRS = openglwindow \
          hellogles3

qtHaveModule(widgets) {
    SUBDIRS += contextinfo \
               2dpainting \
               hellogl2 \
               qopenglwidget \
               cube \
               textures \
               stereoqopenglwidget
}