~ubuntu-branches/ubuntu/quantal/kdevplatform/quantal-proposed

« back to all changes in this revision

Viewing changes to plugins/genericprojectmanager/test/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-24 00:06:18 UTC
  • mfrom: (0.3.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101024000618-7otebin77mfcmt3b
Tags: 1.1.0-0ubuntu1
* New upstream release
  - Bump build-dependencies
  - Build against libboost-serialization1.42-dev
  - Update kdevplatform1-libs.install
  - Update kdevplatform-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
kde4_add_unit_test( reloadtest reloadtest.cpp )
 
2
target_link_libraries(reloadtest
 
3
    ${QT_QTTEST_LIBRARY}
 
4
    ${KDEVPLATFORM_INTERFACES_LIBRARIES}
 
5
    ${KDEVPLATFORM_TESTS_LIBRARIES}
 
6
)