summaryrefslogtreecommitdiffstats
path: root/examples/gui/CMakeLists.txt
blob: 7ae4c6bc6a24d43e3e6290fef0cbcbc95adf2cc8 (plain)
1
2
3
4
5
6
7
8
# Generated from gui.pro.

add_subdirectory(analogclock)
add_subdirectory(rasterwindow)

if(TARGET Qt::Gui AND QT_FEATURE_opengl)
    add_subdirectory(openglwindow)
endif()