~tiagosh/telephony-service/ussd

« back to all changes in this revision

Viewing changes to libtelephonyservice/CMakeLists.txt

  • Committer: Gustavo Pichorim Boiko
  • Date: 2014-03-07 18:33:45 UTC
  • mfrom: (765.2.13 telephony-service)
  • Revision ID: gustavo.boiko@canonical.com-20140307183345-q3mgn0nsk7jvqmn5
Merge latest changes from trunk.

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