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

« back to all changes in this revision

Viewing changes to kcontrol/kfontinst/strigi-analyzer/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/kfontinst/lib/ )
 
2
include_directories(${FREETYPE_INCLUDE_DIR})
 
3
include_directories(${STRIGI_INCLUDE_DIR})
 
4
kde4_add_library(font MODULE FontThroughAnalyzer.cpp FontEngine.cpp )
 
5
target_link_libraries(font ${STRIGI_STREAMANALYZER_LIBRARY} ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES} ${KDE4_KIO_LIBS} kfontinst )
 
6
set_target_properties(font PROPERTIES  PREFIX strigita_)
 
7
install(TARGETS font LIBRARY DESTINATION ${LIB_INSTALL_DIR}/strigi)