summaryrefslogtreecommitdiffstats
path: root/examples/widgets/touch/CMakeLists.txt
blob: 96d46484b6b3dbcffd826e09bb1991944063ef8e (plain)
1
2
3
4
5
6
7
if(NOT TARGET Qt::Widgets)
    return()
endif()
qt_internal_add_example(pinchzoom)
qt_internal_add_example(fingerpaint)
qt_internal_add_example(knobs)
qt_internal_add_example(dials)