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

SUBDIRS = openglwindow \
          hellogles3

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