blob: e0ff17bb61e49d1f6fcccfaf230efc063cf57172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
TEMPLATE = subdirs
SUBDIRS += geotestplugin \
positionplugin \
positionplugintest \
qgeocodingmanagerplugins \
qgeoaddress \
qgeoareamonitor \
qgeoboundingbox \
qgeoboundingcircle \
qgeocodereply \
qgeocodingmanager \
qgeocoordinate \
qgeolocation \
qgeomaneuver \
qgeopositioninfo \
qgeopositioninfosource \
qgeosatelliteinfo \
qgeosatelliteinfosource \
qnmeapositioninfosource \
qplace \
qplacecategory \
qplacecontentrequest \
qplaceeditorial \
qplacemanager \
qplacemanager_nokia \
qplaceimage \
qplacerating \
qplacereview \
qplacesearchrequest \
qplacesupplier \
qplacesearchresult \
declarative \
intervaltree \
mapitemtree \
sphere \
qmlinterface
contains(config_test_jsondb, yes) {
SUBDIRS += qplacemanager_jsondb
}
!contains(QT_CONFIG,private_tests):SUBDIRS -= \
sphere
|