kcoreaddons_add_plugin(choqok_tighturl SOURCES tighturl.cpp INSTALL_NAMESPACE "choqok_plugins")

target_link_libraries(choqok_tighturl
PUBLIC
    Qt::Core
    KF5::CoreAddons
    KF5::I18n
    KF5::KIOCore
    choqok
)
