summaryrefslogtreecommitdiff
path: root/examples/positioning/positioning.pro
blob: 50c328b352050f9c7c0232af77452f1bd1434045 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs

qtHaveModule(widgets): SUBDIRS += logfilepositionsource
qtHaveModule(quick) {
    SUBDIRS += satelliteinfo

    qtHaveModule(xmlpatterns): SUBDIRS += geoflickr
    qtHaveModule(network): SUBDIRS += weatherinfo
}