head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.01.06.17.12.23; author ryoon; state Exp; branches; next ; commitid w3a1zDT7Hh7r5mpG; desc @@ 1.1 log @finance/alkimia: import alkimia-8.2.1 Alkimia is the infrastructure for common storage and business logic that will be used by all financial applications in KDE. The target is to share financial related information over application bounderies. @ text @$NetBSD$ * Do not export WRKREF to *.cmake. I am not sure gmp is private. --- src/CMakeLists.txt.orig 2025-07-16 08:44:42.172432864 +0000 +++ src/CMakeLists.txt @@@@ -191,15 +191,14 @@@@ endif() target_include_directories(alkimia INTERFACE - ${MP_INCLUDE_DIR} $ ) target_link_libraries(alkimia PRIVATE alkimia-internal - PUBLIC ${MP_LIBRARIES} + PUBLIC ${QT_BROWSER_LIB} Qt${QT_MAJOR_VERSION}::Core ) @