summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro65
1 files changed, 35 insertions, 30 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 7cb6d27e..d9517add 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,7 +1,9 @@
TEMPLATE = subdirs
-#Place unit tests
-SUBDIRS += qplace \
+qtHaveModule(location) {
+
+ #Place unit tests
+ SUBDIRS += qplace \
qplaceattribute \
qplacecategory \
qplacecontactdetail \
@@ -22,38 +24,18 @@ SUBDIRS += qplace \
qplacesearchreply \
qplacesearchsuggestionreply \
qplaceuser \
- qmlinterface \
- cmake
-
-qtHaveModule(3d) {
- SUBDIRS += qplacemanager \
- qplacemanager_nokia \
- qplacemanager_unsupported
-}
+ qplacemanager \
+ qplacemanager_nokia \
+ qplacemanager_unsupported \
+ placesplugin_unsupported
-SUBDIRS += \
- positionplugin \
- positionplugintest \
- qgeoaddress \
- qgeoareamonitor \
- qgeoshape \
- qgeorectangle \
- qgeocircle \
- qgeocoordinate \
- qgeolocation \
- qgeopositioninfo \
- qgeopositioninfosource \
- qgeosatelliteinfo \
- qgeosatelliteinfosource \
- qnmeapositioninfosource \
- declarative_core \
+ #misc tests
+ SUBDIRS += qmlinterface \
+ cmake \
doublevectors
-!mac: SUBDIRS += declarative_ui
-
-qtHaveModule(3d) {
+ #Map and Navigation tests
SUBDIRS += geotestplugin \
- placesplugin_unsupported \
qgeocodingmanagerplugins \
qgeocameracapabilities\
qgeocameradata \
@@ -73,4 +55,27 @@ qtHaveModule(3d) {
maptype \
nokia_services \
qgeocameratiles
+
+ qtHaveModule(quick) {
+ SUBDIRS += declarative_core
+
+ !mac: SUBDIRS += declarative_ui
+ }
}
+
+
+SUBDIRS += \
+ positionplugin \
+ positionplugintest \
+ qgeoaddress \
+ qgeoareamonitor \
+ qgeoshape \
+ qgeorectangle \
+ qgeocircle \
+ qgeocoordinate \
+ qgeolocation \
+ qgeopositioninfo \
+ qgeopositioninfosource \
+ qgeosatelliteinfo \
+ qgeosatelliteinfosource \
+ qnmeapositioninfosource