mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kio: no need to link kmailservice to kdeui now
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
c10a61a5c7
commit
59395b6c16
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ add_subdirectory(kntlm)
|
|||
|
||||
add_executable(kmailservice kmailservice.cpp)
|
||||
|
||||
target_link_libraries(kmailservice ${KDE4_KDEUI_LIBS})
|
||||
target_link_libraries(kmailservice ${KDE4_KDECORE_LIBS})
|
||||
|
||||
install(
|
||||
TARGETS kmailservice
|
||||
|
|
Loading…
Add table
Reference in a new issue