diff options
author | alex <alex.blasche@nokia.com> | 2011-12-14 15:28:15 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-12-19 02:09:38 +0100 |
commit | 98cf93c08e33aad4dd617d20e02c845cf053036a (patch) | |
tree | 965709029bab49ceb1a09063e054165806882f3e /tests/auto/auto.pro | |
parent | 24a7188845f36eebab208ab626803663d8168ac2 (diff) | |
download | qtlocation-98cf93c08e33aad4dd617d20e02c845cf053036a.tar.gz |
Add unit tests for QGeoRouteSegment and QGeoRoutingManager
This includes a plug-in for testing the routing manager.
Change-Id: I8c8da33bf04831ffc3a20304293c338285b73e96
Reviewed-by: David Laing <david.laing@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index cb7a7d3b..dc191682 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -37,6 +37,9 @@ SUBDIRS += geotestplugin \ qgeoroute \ qgeoroutereply \ qgeorouterequest \ + qgeoroutesegment \ + qgeoroutingmanager \ + qgeoroutingmanagerplugins \ qgeosatelliteinfo \ qgeosatelliteinfosource \ qnmeapositioninfosource \ |