blob: 3886eb4da9e9c3c8cb8237b626279d550d9a49c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TEMPLATE = subdirs
qtHaveModule(dbus):SUBDIRS += geoclue
config_gypsy:SUBDIRS += gypsy
qtHaveModule(simulator):SUBDIRS += simulator
osx|ios:SUBDIRS += corelocation
android:!android-no-sdk:SUBDIRS += android
winrt:SUBDIRS += winrt
SUBDIRS += \
positionpoll
|