# SPDX-FileCopyrightText: 2023 g10 code Gmbh
# SPDX-Contributor: Carl Schwan <carl.schwan@gnupg.com>
# SPDX-License-Identifier: BSD-2-Clause

add_library(common STATIC
    log.cpp
    log.h
    protocol.cpp
    protocol.h
    utils.cpp
    utils.h
)

target_link_libraries(common PRIVATE Qt6::Core Qt6::Network KF6::CoreAddons KF6::I18n)
