blob: 412bafe82999d3e8819d3a2f0ad71f1314698444 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TEMPLATE = subdirs
QT_FOR_CONFIG += positioning-private
linux|freebsd|openbsd|netbsd:qtHaveModule(dbus):SUBDIRS += geoclue
linux|freebsd|openbsd|netbsd:qtHaveModule(dbus):SUBDIRS += geoclue2
qtConfig(gypsy):SUBDIRS += gypsy
qtConfig(winrt_geolocation):SUBDIRS += winrt
qtHaveModule(simulator):SUBDIRS += simulator
osx|ios|tvos:SUBDIRS += corelocation
android:SUBDIRS += android
qtHaveModule(serialport):SUBDIRS += serialnmea
SUBDIRS += \
positionpoll
|