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

« back to all changes in this revision

Viewing changes to kcalutils/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(kcalutils)
2
2
 
3
3
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5820)
4
 
 
5
 
if(KDE4_BUILD_TESTS)
6
 
  add_definitions(-DCOMPILING_TESTS)
7
 
endif()
 
4
add_definitions(-DQT_NO_CAST_FROM_ASCII)
 
5
add_definitions(-DQT_NO_CAST_TO_ASCII)
8
6
 
9
7
include_directories(
10
8
  ${CMAKE_CURRENT_SOURCE_DIR}
 
9
  ${CMAKE_CURRENT_BINARY_DIR}
11
10
  ${KDE4_INCLUDE_DIR}
 
11
  ${CMAKE_BINARY_DIR}/kcalcore
 
12
  ${CMAKE_BINARY_DIR}/kpimidentities
 
13
  ${CMAKE_BINARY_DIR}/kpimutils
12
14
)
13
15
 
14
16
########### next target ###############
31
33
 
32
34
kde4_add_ui_files(kcalutils_LIB_SRCS recurrenceactionsscopewidget.ui)
33
35
 
34
 
kde4_add_library(kcalutils ${LIBRARY_TYPE} ${kcalutils_LIB_SRCS})
 
36
add_library(kcalutils ${LIBRARY_TYPE} ${kcalutils_LIB_SRCS})
 
37
generate_export_header(kcalutils)
35
38
 
36
39
target_link_libraries(kcalutils
37
40
  ${KDE4_KDECORE_LIBRARY}
38
41
  ${KDE4_KDEUI_LIBRARY}
39
 
  ${KDE4_KIO_LIBS}
40
42
  kcalcore
 
43
  kpimidentities
41
44
  kpimutils
42
45
  ${QT_QTGUI_LIBRARY}
43
46
)
59
62
  htmlexport.h
60
63
  icaldrag.h
61
64
  incidenceformatter.h
62
 
  kcalutils_export.h
 
65
  ${CMAKE_CURRENT_BINARY_DIR}/kcalutils_export.h
63
66
  vcaldrag.h
64
67
  recurrenceactions.h
65
68
  scheduler.h