summaryrefslogtreecommitdiffstats
path: root/examples/sensors/CMakeLists.txt
blob: 6a71bfac05421122e5de9871747b21398e6e662c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if(TARGET Qt::Quick)
    qt_internal_add_example(grue)
    qt_internal_add_example(maze)
#    qt_internal_add_example(qmlsensorgestures)
    qt_internal_add_example(qmlqtsensors)
    qt_internal_add_example(sensor_explorer)
#    qt_internal_add_example(shakeit)
    if(TARGET Qt::Svg)
        qt_internal_add_example(accelbubble)
        qt_internal_add_example(sensorsshowcase)
    endif()
endif()
# if(TARGET Qt::Widgets)
#     qt_internal_add_example(sensorgestures)
# endif()