raptorswing / MapGraphics

A tile-based "slippy map" library written in/for C++/Qt. It's meant to enable C++/Qt developers to easily add nice, interactive maps to their applications. Supports zooming, rotating, interactive custom map objects, transparency, etc. It is a Qt map widget that can use tiles from MapQuest, Openstreetmap, or a custom source you define.
Other
163 stars 77 forks source link

Added support for CMake (makes it easier to integrate the lib in anot… #33

Open OlivierDelbeke opened 1 year ago

OlivierDelbeke commented 1 year ago

Added the support for CMake because it makes it much easier to integrate the library into another project. As it is, the CMake files support Qt5 only, but if the code also compiles for Qt6, I could make the CMake files compatible with both Qt5 and Qt6 (and automatically select the most recent version)