summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list/places_list.pro
Commit message (Collapse)AuthorAgeFilesLines
* Update places-list and places-map examplesMichal Klocek2015-07-131-1/+1
| | | | | | | | | | | Change position used in examples to Oslo. Update marker icons to be the same as in mapviewer example. Update screenshots, so they contain osm map. Add marker icon to places_list, so it does not look so boring. Add places title to places_map, so it is more readable. Change-Id: Ia321aa8577e77f76468c504cd4e6ce877712089c Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Add explicit dependency list to QtLocation examplesAlex Blasche2015-03-301-1/+1
| | | | | | | | | | | | This is required for static builds so that qmake can work out which libs and plugins must be included. Task-number: QTBUG-43681 Task-number: QTBUG-45214 Change-Id: Ifc16b8147e1cf2ae39e3b626f2fd0dc19906b1e6 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Use resource file for places_list exampleAlex Blasche2015-02-241-3/+3
| | | | | | | | | This avoids issues with relative qml path locations when calling the binary. Change-Id: I6f1c808e8f8abd88a0a3bf39f35a2f0d65b9ed93 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Fix and cleanup of make install related rules in QtLocation examplesAlex Blasche2013-11-291-2/+2
| | | | | | Change-Id: I9ef400e22d46e60d50eed785a71e656a0f93fa26 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Fix install path for examplesv5.2.0-rc1v5.2.0Alex Blasche2013-11-181-2/+2
| | | | | | | | | The QtLocation examples are still broken when running make install but the module is not part of the release anyway. Task-number: QTBUG-34907 Change-Id: Ie3a35daae3df39747a70ed4bce430ec1a73cbe3d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Reorder example dir structure according to Qt conventionAlex Blasche2013-11-181-0/+12
Causes undesirable example structure in Qt release package Task-number: QTBUG-34907 Change-Id: I47e2205aa6faef388792146b36cf6ae6cae863da Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>