mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
dragon: remove non-required plasma library linking entry
This commit is contained in:
parent
d2416bd92c
commit
8050a4c91d
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ target_link_libraries(dragon
|
|||
${KDE4_KIO_LIBS}
|
||||
${KDE4_KDEUI_LIBS}
|
||||
${KDE4_PHONON_LIBS}
|
||||
${KDE4_SOLID_LIBS}
|
||||
${KDE4_PLASMA_LIBS} )
|
||||
${KDE4_SOLID_LIBS})
|
||||
|
||||
install(TARGETS dragon ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue