~ubuntu-branches/ubuntu/wily/ktp-kded-integration-module/wily

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2014-02-18 00:14:58 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20140218001458-mta8ewgg9qtd0hzb
Tags: 0.7.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# set some default settings
17
17
include (KDE4Defaults)
18
18
 
 
19
# Add an option for building tests
 
20
option(ENABLE_TESTS "Enable compilation of tests" FALSE)
 
21
 
19
22
# make some more macros available
20
23
include (MacroLibrary)
21
24
 
32
35
)
33
36
 
34
37
set (kded_ktp_integration_module_SRCS
 
38
     contact-cache.cpp
35
39
     contact-request-handler.cpp
36
40
     telepathy-kded-module-plugin.cpp
37
41
     telepathy-module.cpp
54
58
                       ${KDE4_KDEUI_LIBS}
55
59
                       ${KDE4_KIDLETIME_LIBRARY}
56
60
                       ${KDE4_SOLID_LIBS}
 
61
                       ${QT_QTSQL_LIBRARIES}
57
62
)
58
63
 
59
64
install (TARGETS kded_ktp_integration_module
71
76
        DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
72
77
 
73
78
add_subdirectory(config)
 
79
 
 
80
if(ENABLE_TESTS)
 
81
    add_subdirectory(tests)
 
82
endif()
74
83
find_package(Msgfmt REQUIRED)
75
84
find_package(Gettext REQUIRED)
76
85
add_subdirectory( po )