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

qtHaveModule(widgets): SUBDIRS += logfilepositionsource
qtHaveModule(quick) {
    SUBDIRS += geoflickr satelliteinfo
    qtHaveModule(network): SUBDIRS += weatherinfo
}