Remove linking of unused KNTLM

GIT_SILENT
This commit is contained in:
Friedrich W. H. Kossebau 2023-01-16 09:07:38 +00:00
parent 8befb6e139
commit 2825342ede

View file

@ -15,7 +15,7 @@ target_link_libraries(kdeconnect-handler
KF5::CoreAddons KF5::CoreAddons
KF5::DBusAddons KF5::DBusAddons
KF5::I18n KF5::I18n
KF5::KIOCore KF5::KIOFileWidgets KF5::KIOWidgets KF5::KIONTLM KF5::KIOCore KF5::KIOFileWidgets KF5::KIOWidgets
) )
install(TARGETS kdeconnect-handler ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) install(TARGETS kdeconnect-handler ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})