subsurface/backend-shared/CMakeLists.txt
Berthold Stoeger 13c9218ecf profile: first rudimentary port of the ToolTipItem to qt-quick
Still behaves weirdly when panning the chart.

No support for moving the ToolTipItem.

Doesn't add information on bookmarks under the mouse cursor.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-09-12 15:15:30 +02:00

11 lines
285 B
CMake

# backend functionality shared between Desktop (UI) and Mobile (QML)
set(BACKEND_SRCS
exportfuncs.cpp
exportfuncs.h
plannershared.cpp
plannershared.h
)
add_library(subsurface_backend_shared STATIC ${BACKEND_SRCS})
target_link_libraries(subsurface_backend_shared ${QT_LIBRARIES})