blob: 9609810ba9880ac8cdf1c6b127b189db2bcebae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include(../../../staticconfig.pri)
TEMPLATE = subdirs
equals(QT_MAJOR_VERSION, 4):lessThan(QT_MINOR_VERSION, 7) {
contains(mobility_modules,bearer) {
SUBDIRS += geoservicedemo \
mapviewer
# mapbox
}
} else {
SUBDIRS += geoservicedemo \
mapviewer
# mapbox
}
|