mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kutils: link kpasswdstore library to kdeui library
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c1b2744596
commit
c3c8b942a8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ add_library(kpasswdstore ${LIBRARY_TYPE} ${kpasswdstore_LIB_SRCS})
|
|||
|
||||
target_link_libraries(kpasswdstore PUBLIC
|
||||
${KDE4_KDECORE_LIBS}
|
||||
${KDE4_KDEUI_LIBS}
|
||||
${QT_QTDBUS_LIBRARY}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue