summaryrefslogtreecommitdiffstats
path: root/examples/gui/CMakeLists.txt
blob: 0abfb9ba861a7dd8eea8f4c99cc4052338a5e2f3 (plain)
1
2
3
4
5
if(NOT TARGET Qt::Gui)
    return()
endif()
qt_internal_add_example(analogclock)
qt_internal_add_example(rasterwindow)