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

qtHaveModule(positioning) {
    SUBDIRS += positioning

    qtHaveModule(location): SUBDIRS += location
}