1TEMPLATE = subdirs
2
3qtHaveModule(positioning) {
4    SUBDIRS += positioning
5
6    qtHaveModule(location): SUBDIRS += location
7}
8