2019-10-04 08:41:57 +00:00
|
|
|
# Generated from opengl.pro.
|
|
|
|
|
|
|
|
add_subdirectory(hellowindow)
|
|
|
|
add_subdirectory(paintedwindow)
|
2020-01-27 12:25:34 +00:00
|
|
|
add_subdirectory(openglwindow)
|
2019-10-04 08:41:57 +00:00
|
|
|
add_subdirectory(qopenglwindow)
|
|
|
|
if(TARGET Qt::Widgets)
|
|
|
|
add_subdirectory(contextinfo)
|
|
|
|
add_subdirectory(threadedqopenglwidget)
|
|
|
|
add_subdirectory(2dpainting)
|
|
|
|
add_subdirectory(hellogl2)
|
|
|
|
add_subdirectory(qopenglwidget)
|
|
|
|
add_subdirectory(cube)
|
|
|
|
add_subdirectory(textures)
|
|
|
|
add_subdirectory(hellogles3)
|
|
|
|
add_subdirectory(computegles31)
|
|
|
|
endif()
|