summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/CMakeLists.txt
blob: e2b00670edb6bdee1f9becbb0cbac35cd4193e4b (plain)
1
2
3
4
5
6
7
8
if(NOT TARGET Qt::Widgets)
    return()
endif()
qt_internal_add_example(tutorial1)
qt_internal_add_example(tutorial2)
qt_internal_add_example(tutorial3)
qt_internal_add_example(tutorial4)
qt_internal_add_example(tutorial5)