~mandel/ubuntu-download-manager/wily-add-appid-metadata

« back to all changes in this revision

Viewing changes to tests/downloads/qml/CMakeLists.txt

  • Committer: CI bot
  • Author(s): Manuel de la Pena, Manuel de la Peña
  • Date: 2014-11-26 12:56:56 UTC
  • mfrom: (330.1.17 adapt-network-changes)
  • Revision ID: ps-jenkins@lists.canonical.com-20141126125656-ixnxtea9a4h5eo6p
Ensure that the download manager does track network changes correctly. Fixes: #1235138, #1390205
Approved by: Barry Warsaw, PS Jenkins bot, Manuel de la Peña

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
endforeach(test)
37
37
 
38
38
include_directories(${Qt5Core_INCLUDE_DIRS})
39
 
include_directories(${Qt5SystemInfo_INCLUDE_DIRS})
40
39
include_directories(${Qt5DBus_INCLUDE_DIRS})
41
40
include_directories(${Qt5Network_INCLUDE_DIRS})
42
41
include_directories(${Qt5Test_INCLUDE_DIRS})