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

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