Remove not bnecessary files

svn path=/trunk/playground/graphics/okular/; revision=573208
This commit is contained in:
Laurent Montel 2006-08-15 08:38:15 +00:00
parent 8613479305
commit 5bf047f728
5 changed files with 4 additions and 32 deletions

View file

@ -61,7 +61,7 @@ kde4_automoc(${okularcore_SRCS})
kde4_add_library(okularcore SHARED ${okularcore_SRCS})
target_link_libraries(okularcore ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} m )
target_link_libraries(okularcore ${KDE4_KPARTS_LIBS} m )
install(TARGETS okularcore DESTINATION ${LIB_INSTALL_DIR} )

View file

@ -30,7 +30,7 @@ kde4_add_plugin(okularGenerator_chmlib WITH_PREFIX ${okularGenerator_chmlib_PART
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} okularGenerator_chmlib )
target_link_libraries(okularGenerator_chmlib okularcore ${CHM_LIBRARY} ${KDE4_KDEPRINT_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KHTML_LIBS} )
target_link_libraries(okularGenerator_chmlib okularcore ${CHM_LIBRARY} ${KDE4_KDEPRINT_LIBS} ${KDE4_KHTML_LIBS} )
install(TARGETS okularGenerator_chmlib DESTINATION ${PLUGIN_INSTALL_DIR})

View file

@ -1,28 +0,0 @@
if test -z "$LIB_QGS"; then
echo ""
echo "The Ghostscript library was not found in your system. ."
echo "The Ghostscript backend will not be available."
echo "If you need it, install Ghostscript with shared library,"
echo "by using 'make so' instead of 'make' when building from"
echo "sources. For more information check: "
echo "http://kpdf.kde.org/ghostscript.php"
echo "or contact your package provider."
echo ""
fi
if test "x$HAVE_CHMLIB" != "xyes"; then
echo ""
echo "The chm library was not found in your system."
echo "The chm backend will not be available."
echo ""
fi
if test "x$have_poppler_051" != "xyes"; then
echo ""
echo "You're missing poppler-qt >= 0.5.1"
echo "The pdf backend won't be compiled without poppler >= 0.5.1"
echo "You can download poppler from http://poppler.freedesktop.org/"
echo ""
fi

View file

@ -44,7 +44,7 @@ kde4_add_plugin(okularGenerator_dvi WITH_PREFIX ${okularGenerator_dvi_SRCS})
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} okularGenerator_dvi )
target_link_libraries(okularGenerator_dvi okularcore m ${KDE4_KDEPRINT_LIBS} ${KDE4_KDEUI_LIBS} )
target_link_libraries(okularGenerator_dvi okularcore m ${KDE4_KDEPRINT_LIBS} )
install(TARGETS okularGenerator_dvi DESTINATION ${PLUGIN_INSTALL_DIR})

View file

@ -15,7 +15,7 @@ kde4_add_plugin(okularGenerator_poppler WITH_PREFIX ${okularGenerator_poppler_PA
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} okularGenerator_poppler )
target_link_libraries(okularGenerator_poppler ${POPPLER_LIBRARY} okularcore ${KDE4_KDEPRINT_LIBS} ${KDE4_KDEUI_LIBS} m )
target_link_libraries(okularGenerator_poppler ${POPPLER_LIBRARY} okularcore ${KDE4_KDEPRINT_LIBS} m )
install(TARGETS okularGenerator_poppler DESTINATION ${PLUGIN_INSTALL_DIR})