~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to strigi-analyzer/po/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2008-09-26 12:14:03 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926121403-y5ozmtqa0mzj5uys
Tags: 4:4.1.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include_directories(${STRIGI_INCLUDE_DIR} ${QT_INCLUDES})
2
2
 
 
3
macro_bool_to_01(STRIGI_NEEDS_SIGNED_CHAR STRIGI_NEEDS_SIGNED_CHAR_01)
 
4
 
 
5
configure_file(config-strigi.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-strigi.h )
 
6
 
 
7
 
3
8
# build the analyzer as a module
4
9
kde4_add_library(po MODULE poendanalyzer.cpp)
5
10