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

« back to all changes in this revision

Viewing changes to kcalcore/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:
26
26
include(ConfigureChecks.cmake)
27
27
configure_file(config-kcalcore.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kcalcore.h)
28
28
 
29
 
if(KDE4_BUILD_TESTS)
30
 
  add_definitions(-DCOMPILING_TESTS)
31
 
endif()
 
29
#add_definitions( -DQT_NO_CAST_FROM_ASCII )
 
30
#add_definitions( -DQT_NO_CAST_TO_ASCII )
 
31
 
32
32
 
33
33
include_directories(
34
34
  ${LIBICAL_INCLUDE_DIRS}
35
35
  ${LIBICAL_INCLUDE_DIRS}/libical
36
36
  ${CMAKE_CURRENT_SOURCE_DIR}/versit
37
37
  ${CMAKE_CURRENT_SOURCE_DIR}
 
38
  ${CMAKE_CURRENT_BINARY_DIR}
38
39
  ${KDE4_INCLUDE_DIR}
39
40
)
40
41
 
82
83
  visitor.cpp
83
84
)
84
85
 
85
 
kde4_add_library(kcalcore ${LIBRARY_TYPE} ${kcalcore_LIB_SRCS})
 
86
add_library(kcalcore ${LIBRARY_TYPE} ${kcalcore_LIB_SRCS})
 
87
generate_export_header(kcalcore)
86
88
 
87
89
target_link_libraries(kcalcore ${KDE4_KDECORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${LIBICAL_LIBRARIES})
88
90
if(HAVE_UUID_LIBRARY)
125
127
  incidence.h
126
128
  incidencebase.h
127
129
  journal.h
128
 
  kcalcore_export.h
 
130
  ${CMAKE_CURRENT_BINARY_DIR}/kcalcore_export.h
129
131
  memorycalendar.h
130
132
  occurrenceiterator.h
131
133
  period.h