Remove linking of unused KNTLM
GIT_SILENT
This commit is contained in:
parent
8befb6e139
commit
2825342ede
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||||
|
|
Loading…
Reference in a new issue