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

SUBDIRS = openglwindow \
          hellogles3

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