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

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