qtbase/examples/opengl/opengl.pro
Laszlo Agocs 91bae75a3d Remove erroneous widget dependency for hellogles3
Change-Id: I42b476be28acd5b5c68f115bd98cf5c43cd8d97b
Reviewed-by: Christian Strømme <christian.stromme@qt.io>
(cherry picked from commit d0dc0477b9c0350a257b284a90a813b2b00d1543)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-03-31 06:44:05 +00:00

15 lines
295 B
Prolog

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