summaryrefslogtreecommitdiff
path: root/examples/location/CMakeLists.txt
blob: 14cfd70e4279064593f92d65aaac0370054ca6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated from location.pro.

if(TARGET Qt::Quick)
    #qt_internal_add_example(places) # Not ported yet
    qt_internal_add_example(places_list)
    qt_internal_add_example(places_map)
    qt_internal_add_example(mapviewer)
    qt_internal_add_example(minimal_map)
    qt_internal_add_example(itemview_transitions)
    qt_internal_add_example(planespotter)
endif()
if(TARGET Qt::Quick AND TARGET Qt::Widgets)
    qt_internal_add_example(geojson_viewer)
endif()