summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
blob: ff6ca81cbf75178e64984bb52cbd1a4a945a5d35 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
TEMPLATE = subdirs

#Place unit tests
SUBDIRS += qplace \
           qplaceattribute \
           qplacecategory \
           qplacecontactdetail \
           qplacecontentrequest \
           qplacedetailsreply \
           qplaceeditorial \
           qplacematchreply \
           qplacematchrequest \
           qplaceimage \
           qplaceratings \
           qplaceresult \
           qplacereply \
           qplacereview \
           qplacesearchrequest \
           qplacesupplier \
           qplacesearchresult \
           qplacesearchreply \
           qplacesearchsuggestionreply \
           qplaceuser \
           qmlinterface \
           cmake

qtHaveModule(3d) {
    SUBDIRS += qplacemanager \
            qplacemanager_nokia \
            qplacemanager_unsupported
}

SUBDIRS += \
           positionplugin \
           positionplugintest \
           qgeoaddress \
           qgeoareamonitor \
           qgeoshape \
           qgeorectangle \
           qgeocircle \
           qgeocoordinate \
           qgeolocation \
           qgeopositioninfo \
           qgeopositioninfosource \
           qgeosatelliteinfo \
           qgeosatelliteinfosource \
           qnmeapositioninfosource \
           declarative_core \
           doublevectors

!mac: SUBDIRS += declarative_ui

qtHaveModule(3d) {
    SUBDIRS += geotestplugin \
           placesplugin_unsupported \
           qgeocodingmanagerplugins \
           qgeocameracapabilities\
           qgeocameradata \
           qgeocodereply \
           qgeocodingmanager \
           qgeomaneuver \
           qgeomapscene \
           qgeoroute \
           qgeoroutereply \
           qgeorouterequest \
           qgeoroutesegment \
           qgeoroutingmanager \
           qgeoroutingmanagerplugins \
           qgeotilespec \
           qgeoroutexmlparser \
           qgeomapcontroller \
           maptype \
           nokia_services \
           qgeocameratiles
}