~ubuntu-branches/ubuntu/utopic/libktorrent/utopic

« back to all changes in this revision

Viewing changes to src/diskio/tests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Thomas
  • Date: 2012-12-23 20:58:00 UTC
  • mfrom: (5.1.9 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121223205800-bsj8jy6qqov5cu2w
Tags: 1.3.0-1ubuntu1
Update symbols file to fix FTBFS with raring toolchain.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set(chunkmanagertest_SRCS chunkmanagertest.cpp)
 
2
kde4_add_unit_test(chunkmanagertest TESTNAME chunkmanagertest ${chunkmanagertest_SRCS})
 
3
target_link_libraries( chunkmanagertest ${QT_QTTEST_LIBRARY} testlib ktorrent)
2
4
 
3
 
kde4_add_unit_test(chunkmanagertest TESTNAME chunkmanagertest ${chunkmanagertest_SRCS})
4
 
target_link_libraries( chunkmanagertest ${QT_QTTEST_LIBRARY} testlib ktorrent)
 
 
b'\\ No newline at end of file'
 
5
set(preallocationtest_SRCS preallocationtest.cpp)
 
6
kde4_add_unit_test(preallocationtest TESTNAME preallocationtest ${preallocationtest_SRCS})
 
7
target_link_libraries( preallocationtest ${QT_QTTEST_LIBRARY} testlib ktorrent)
 
 
b'\\ No newline at end of file'