~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to kontactinterface/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(kontactinterface)
2
2
 
 
3
add_definitions( -DQT_NO_CAST_FROM_ASCII )
 
4
add_definitions( -DQT_NO_CAST_TO_ASCII )
 
5
 
3
6
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5601)
4
7
 
5
8
include_directories(${CMAKE_SOURCE_DIR}/kpimutils)
11
14
    uniqueapphandler.cpp
12
15
    pimuniqueapplication.cpp)
13
16
 
14
 
kde4_add_library(kontactinterface ${LIBRARY_TYPE} ${kontactinterface_LIB_SRCS})
 
17
include_directories(
 
18
  ${CMAKE_BINARY_DIR}/kpimutils
 
19
)
 
20
 
 
21
add_library(kontactinterface ${LIBRARY_TYPE} ${kontactinterface_LIB_SRCS})
 
22
generate_export_header(kontactinterface)
15
23
 
16
24
target_link_libraries(kontactinterface kpimutils ${KDE4_KPARTS_LIBS})
17
25
 
25
33
########### install files ###############
26
34
 
27
35
install(FILES
28
 
  kontactinterface_export.h
 
36
  ${CMAKE_CURRENT_BINARY_DIR}/kontactinterface_export.h
29
37
  core.h
30
38
  plugin.h
31
39
  summary.h