remove the 'lib' prefix from the okularpart

svn path=/trunk/KDE/kdegraphics/okular/; revision=744170
This commit is contained in:
Pino Toscano 2007-12-02 21:02:57 +00:00
parent 6aa123656a
commit 2cd01094a7
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ kde4_add_ui_files(okularpart_SRCS
)
kde4_add_plugin(okularpart WITH_PREFIX ${okularpart_SRCS})
kde4_add_plugin(okularpart ${okularpart_SRCS})
target_link_libraries(okularpart okularcore ${KDE4_KPARTS_LIBS} ${KDE4_KNEWSTUFF2_LIBS} ${MATH_LIB} ${BLITZ_LIBRARIES})

View File

@ -63,7 +63,7 @@ void Shell::init()
// this routine will find and load our Part. it finds the Part by
// name which is a bad idea usually.. but it's alright in this
// case since our Part is made for this Shell
KPluginFactory *factory = KPluginLoader("libokularpart").factory();
KPluginFactory *factory = KPluginLoader("okularpart").factory();
if (factory)
{
// now that the Part is loaded, we cast it to a Part to get