~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to kde/plasma/dataengine/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project(plasma-sflphone)
2
 
 
3
 
find_package(KDE4 REQUIRED)
4
 
include(KDE4Defaults)
5
 
 
6
 
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
7
 
include_directories(
8
 
   ${CMAKE_SOURCE_DIR}
9
 
   ${CMAKE_BINARY_DIR}
10
 
   ${KDE4_INCLUDES}
11
 
   )
12
 
 
13
 
 
14
 
set(sflphone_engine_SRCS
15
 
     sflphonEngine.cpp
16
 
    )
17
 
 
18
 
 
19
 
kde4_add_plugin(plasma_engine_sflphone ${sflphone_engine_SRCS})
20
 
target_link_libraries(plasma_engine_sflphone
21
 
                      qtsflphone
22
 
                      ${KDE4_KDECORE_LIBS}
23
 
                      ${KDE4_PLASMA_LIBS})
24
 
 
25
 
install(TARGETS plasma_engine_sflphone
26
 
        DESTINATION ${PLUGIN_INSTALL_DIR})
27
 
 
28
 
install(FILES plasma-engine-sflphone.desktop
29
 
        DESTINATION ${SERVICES_INSTALL_DIR})
30
 
 
31
 
#TARGET_LINK_LIBRARIES(sflphone-client-kde sflphonekde ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KABC_LIBS})