mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
9 lines
249 B
Text
9 lines
249 B
Text
|
# map widget to show locations
|
||
|
|
||
|
# library used by mobile build
|
||
|
set(SUBSURFACE_MAPWIDGET_SRCS
|
||
|
qmlmapwidgethelper.cpp
|
||
|
)
|
||
|
add_library(subsurface_mapwidget STATIC ${SUBSURFACE_MAPWIDGET_SRCS})
|
||
|
target_link_libraries(subsurface_mapwidget ${QT_LIBRARIES})
|