summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-02-20 13:48:03 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-23 06:37:45 +0100
commit8c8af25c54e47d601571368f91e4424926f05d47 (patch)
treeb1b9a15c30c714ffba654e7ced083e00f1dde3d3 /tests/auto/auto.pro
parent47b403d535a0e2c8246e1bae1e763cf2234d96f4 (diff)
downloadqtlocation-8c8af25c54e47d601571368f91e4424926f05d47.tar.gz
Provide default implementations for all QPlaceManagerEngine virtuals.
Provide a default implementation for all QPlaceManagerEngine virtual functions. Plugin authors no longer need to explicitly implement these functions to return errored replies. Task-number: QTBUG-23500 Change-Id: I2a14b6dedb90df78c8c13acd637d7e81619219a3 Reviewed-by: abcd <amos.choy@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 86e5eb8d..651c33cd 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -8,6 +8,7 @@ SUBDIRS += qplace \
qplacedetailsreply \
qplaceeditorial \
qplacemanager \
+ qplacemanager_unsupported \
qplacemanager_nokia \
qplacematchreply \
qplacematchrequest \
@@ -24,6 +25,7 @@ SUBDIRS += qplace \
qmlinterface
SUBDIRS += geotestplugin \
+ placesplugin_unsupported \
positionplugin \
positionplugintest \
qgeocodingmanagerplugins \