no more need to link to kutils, kfinddialog is in kdeui now

svn path=/trunk/playground/graphics/okular/; revision=551512
This commit is contained in:
Pino Toscano 2006-06-14 19:59:54 +00:00
parent 84c4ed8ef5
commit b2df1f472f

View file

@ -94,7 +94,7 @@ kde4_add_plugin(okularpart WITH_PREFIX ${okularpart_SRCS})
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} okularpart )
target_link_libraries(okularpart okularcore ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDEPRINT_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_KNEWSTUFF_LIBS} ${KDE4_KHTML_LIBS} m ${X11_Xrender_LIB} )
target_link_libraries(okularpart okularcore ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDEPRINT_LIBS} ${KDE4_KNEWSTUFF_LIBS} ${KDE4_KHTML_LIBS} m ${X11_Xrender_LIB} )
install_targets(${PLUGIN_INSTALL_DIR} okularpart )