https://github.com/kanglin/googlemappluginforqt
Google map plugin for qt
https://github.com/kanglin/googlemappluginforqt
Last synced: over 1 year ago
JSON representation
Google map plugin for qt
- Host: GitHub
- URL: https://github.com/kanglin/googlemappluginforqt
- Owner: KangLin
- Created: 2015-08-28T08:52:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T00:36:58.000Z (over 10 years ago)
- Last Synced: 2025-02-28T12:06:14.557Z (over 1 year ago)
- Language: C++
- Size: 211 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google map plugin for qt
-------------------------
### Building:
Get Source code into qt source code tree
cd ${Qt5_ROOT}/qtlocation/src/plugins/geoservices
git clone git@github.com:KangLin/GoogleMapPluginForQt.git
Modifiy geoservices.pro, add GoogleMapPluginForQt into SUBDIRS.
vim geoservices.pro
SUBDIRS += GoogleMapPluginForQt
[Building Qt 5 from Git](http://wiki.qt.io/Building-Qt-5-from-Git)
### [Usage](doc/google.qdoc)
Google 地图 qt 插件
------------------
### 编译:
加入源到qt源码目录树中
cd ${Qt5_ROOT}/qtlocation/src/plugins/geoservices
git clone git@github.com:KangLin/GoogleMapPluginForQt.git
修改 geoservices.pro , 加入 GoogleMapPluginForQt 到 SUBDIRS.
vim geoservices.pro
SUBDIRS += GoogleMapPluginForQt
[编译 qt](http://wiki.qt.io/Building-Qt-5-from-Git-SimplifiedChinese)
### [使用](doc/zh_CN/plugins/google.qdoc)