~ubuntu-branches/ubuntu/trusty/telephony-service/trusty-proposed

« back to all changes in this revision

Viewing changes to libtelephonyservice/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Iain Lane
  • Date: 2014-03-03 17:13:40 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140303171340-1cxtbb6j0w71a81m
Tags: 0.1+14.04.20140303-0ubuntu1
[ Iain Lane ]
Read the user's ringtone, message tone and silent mode settings from
AccountsService instead of GSettings (LP: #1265528)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
include_directories(
15
15
    ${TP_QT5_INCLUDE_DIRS}
16
 
    ${GSETTINGS_INCLUDE_DIRS}
17
16
    ${NOTIFY_INCLUDE_DIRS}
18
17
    )
19
18
 
25
24
target_link_libraries(telephonyservice
26
25
                      ${TP_QT5_LIBRARIES}
27
26
                      ${UBUNTU_APP_LIB}
28
 
                      ${NOTIFY_LIBRARIES}
29
 
                      ${GSETTINGS_LIBRARIES})
 
27
                      ${NOTIFY_LIBRARIES})
30
28
 
31
29
qt5_use_modules(telephonyservice Contacts Core DBus Multimedia Qml Quick)
32
30