forked from SiriusDely/Cascades-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes to custommapview to leverage MapData, DataProvider, GeoLocati…
…on and Marker classes for displaying on map graphics representing locations changes to icon's, replacing the general default icon
- Loading branch information
asosnowski
committed
Apr 26, 2013
1 parent
000886f
commit def955a
Showing
35 changed files
with
262 additions
and
560 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
APP_NAME = custommapview | ||
|
||
CONFIG += qt warn_on cascades10 | ||
LIBS += -lQtLocationSubset -lbbcascadesmaps -lGLESv1_CM | ||
LIBS += -lQtLocationSubset -lbbcascadesmaps -lGLESv1_CM -lbb | ||
include(config.pri) |
Oops, something went wrong.