mapbox-gl-native icon indicating copy to clipboard operation
mapbox-gl-native copied to clipboard

[build][qt] Add support for using qmapboxgl as a proper CMake dependency

Open PureTryOut opened this issue 3 years ago • 2 comments

This way other CMake projects requiring it can just do the usual:

find_package(QMapboxGL REQUIRED)
target_link_libraries(<target name> PUBLIC QMapboxGL)

~This depends on #16394 to actually install the target we're linking against so it includes it's commit. This needs rebasing when #16394 is merged.~ This is now considered the continuation of #16394.

PureTryOut avatar Feb 27 '21 15:02 PureTryOut

Please consider this PR as further development of https://github.com/mapbox/mapbox-gl-native/pull/16394

If accepted, it will fix #16328 for Qt platform.

rinigus avatar Feb 28 '21 17:02 rinigus

@tmpsantos can I get a review on this?

PureTryOut avatar Nov 14 '21 17:11 PureTryOut