summaryrefslogtreecommitdiff
path: root/examples/location/location.pro
blob: 0b4b233840ca2c6c7f67b3f7b19dd8d91d4d3edd (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs

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