summaryrefslogtreecommitdiff
path: root/src/src.pro
blob: f6e41510cdcf7278d533f9f77a658d2b6177a09e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs
CONFIG += ordered

SUBDIRS += positioning

#no point in building QtLocation without Qt3D
qtHaveModule(3d) {
    SUBDIRS += location 3rdparty
}

SUBDIRS += plugins
qtHaveModule(quick): SUBDIRS += imports