summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
blob: 7e1ac34760e751654737f5c21561f6932e560c6d (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
TEMPLATE = subdirs

#TODO: disable for now since
#declarative testing classes are not yet
#in the main branch of qt declarative
#SUBDIRS += declarative

CONFIG += ordered
SUBDIRS += geotestplugin \
           qgeocodingmanagerplugins \
           qgeoaddress \
           qgeoboundingbox \
           qgeoboundingcircle \
           qgeocoordinate \
           qgeolocation \
           qgeoplace \
           qgeocodereply \
           qgeocodingmanager \
           qplacecategory \
           qplacecontentrequest \
           qplacedescription \
           qplacemanager \
           qplaceimage \
           qplacerequest \
           qplacerating \
           qplacereview \
           qplacesearchrequest \
           qplacesupplier \
           declarative

contains(config_test_jsondb, yes) {
    SUBDIRS += qplacemanager_jsondb
}