summaryrefslogtreecommitdiffstats
path: root/examples/location/location.pro
blob: 69fa651698fdcc4759bc3fbe6cc29012a4f507de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs

qtHaveModule(quick) {
    SUBDIRS += places \
               places_list \
               places_map \
               mapviewer \
               minimal_map \
               itemview_transitions \
               planespotter

    qtHaveModule(widgets): SUBDIRS += geojson_viewer
}