~jpakkane/+junk/gtestfix

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Antti Kaijanmäki
  • Date: 2014-01-31 09:35:35 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20140131093535-8o4xea4i22avmc81
Use defines from NetworkManager.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
include_directories(dbus-cpp)
55
55
 
56
56
pkg_check_modules(
57
 
  PROPERTIESCPP REQUIRED
58
 
  properties-cpp
 
57
    PROPERTIESCPP REQUIRED
 
58
    properties-cpp
59
59
)
60
60
include_directories(${PROPERTIESCPP_INCLUDE_DIRS})
61
61
 
62
62
pkg_check_modules(
63
 
  DBUSCPP REQUIRED
64
 
  dbus-cpp
 
63
    DBUSCPP REQUIRED
 
64
    dbus-cpp
65
65
)
66
66
include_directories(${DBUSCPP_INCLUDE_DIRS})
67
67
 
 
68
pkg_check_modules(
 
69
    NETWORKMANAGER REQUIRED
 
70
    NetworkManager
 
71
)
 
72
include_directories(${NETWORKMANAGER_NCLUDE_DIRS})
 
73
 
68
74
# list these here to have them visible in Qt Creator
69
75
set(CONNECTIVITY_INTERFACES
70
76
    include/com/ubuntu/connectivity/networking/link.h