2 changed files with 36 additions and 15 deletions
@ -0,0 +1,34 @@ |
|||||||
|
|
||||||
|
add_library(QtLocationPlugin |
||||||
|
QGCMapEngine.cpp |
||||||
|
QGCMapTileSet.cpp |
||||||
|
QGCMapUrlEngine.cpp |
||||||
|
QGCTileCacheWorker.cpp |
||||||
|
QGeoCodeReplyQGC.cpp |
||||||
|
QGeoCodingManagerEngineQGC.cpp |
||||||
|
QGeoMapReplyQGC.cpp |
||||||
|
QGeoServiceProviderPluginQGC.cpp |
||||||
|
QGeoTiledMappingManagerEngineQGC.cpp |
||||||
|
QGeoTileFetcherQGC.cpp |
||||||
|
|
||||||
|
QMLControl/QGCMapEngineManager.cc |
||||||
|
|
||||||
|
# HEADERS |
||||||
|
# shouldn't be listed here, but aren't named properly for AUTOMOC |
||||||
|
QGCMapEngineData.h |
||||||
|
) |
||||||
|
|
||||||
|
target_link_libraries(QtLocationPlugin |
||||||
|
PUBLIC |
||||||
|
Qt5::Location |
||||||
|
|
||||||
|
qgc |
||||||
|
) |
||||||
|
|
||||||
|
target_include_directories(QtLocationPlugin |
||||||
|
PUBLIC |
||||||
|
${CMAKE_CURRENT_SOURCE_DIR} |
||||||
|
INTERFACE |
||||||
|
QMLControl |
||||||
|
) |
||||||
|
|
Loading…
Reference in new issue