~aacid/unity8/fix_testDash

« back to all changes in this revision

Viewing changes to src/Dash/CMakeLists.txt

  • Committer: CI bot
  • Author(s): Albert Astals
  • Date: 2014-12-02 09:25:23 UTC
  • mfrom: (1368.18.5 networkingstatus)
  • Revision ID: ps-jenkins@lists.canonical.com-20141202092523-hn0fnsbeo7hselr9
Use ubuntu::connectivity::NetworkingStatus instead of QNetworkConfigurationManager

QNetworkConfigurationManager with the networkmanager plugin tracks lots of different things while we're only really interested in if we're connected or not that is exactly what ubuntu::connectivity::NetworkingStatus does 
Approved by: Andrea Cimitan

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# For it to find libUbuntuGestures.so, needed by Ubuntu.Gestures QML module.
13
13
set_target_properties(unity8-dash PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${SHELL_PRIVATE_LIBDIR}")
14
14
 
15
 
target_link_libraries(unity8-dash UbuntuGestures)
 
15
target_link_libraries(unity8-dash UbuntuGestures connectivity-qt1)
16
16
 
17
17
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden")
18
18