~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kcontrol/kfontinst/kio/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# include_directories(${KDEBASE_WORKSPACE_SOURCE_DIR}/kcontrol/fonts
 
2
#                     ${KDEBASE_WORKSPACE_SOURCE_DIR}/kcontrol/kfontinst/kcmfontinst
 
3
#                     ${CMAKE_CURRENT_BINARY_DIR})
 
4
 
 
5
set(kio_fonts_PART_SRCS FontInstInterface.cpp KioFonts.cpp ${libkfontinstdbusiface_SRCS})
 
6
# qt4_add_dbus_interface(kio_fonts_PART_SRCS ../dbus/org.kde.fontinst.xml FontinstIface)
 
7
kde4_add_plugin(kio_fonts ${kio_fonts_PART_SRCS} ${KFI_FONTINST_AUTH_SRC} )
 
8
target_link_libraries(kio_fonts ${KDE4_KIO_LIBS}  ${QT_QTXML_LIBRARY} ${QT_QTDBUS_LIBRARY} ${QT_QTCORE_LIBRARY} kfontinst )
 
9
install(TARGETS kio_fonts  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
10
install( FILES fonts.desktop  DESTINATION  ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/services )
 
11
install( FILES fonts.protocol  DESTINATION  ${SERVICES_INSTALL_DIR} )
 
12
kde4_install_icons( ${ICON_INSTALL_DIR}  )