~ubuntu-branches/ubuntu/intrepid/kdemultimedia/intrepid-updates

« back to all changes in this revision

Viewing changes to dragonplayer/src/app/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2008-07-12 13:07:42 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080712130742-rpptq2hakyn2y0zj
Tags: 4:4.0.98-0ubuntu1
* New upstream release candidate
* Bump Standards-Version to 3.8.0
* -dbg depends kdemultimedia

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
target_link_libraries(dragon
33
33
    ${KDE4_KUTILS_LIBS}
34
34
    ${KDE4_PHONON_LIBS}
 
35
    ${KDE4_SOLID_LIBS}
35
36
    ${XINE_LIBRARY} )
36
37
 
37
38
install(TARGETS dragon ${INSTALL_TARGETS_DEFAULT_ARGS})
46
47
target_link_libraries(dragonpart
47
48
    ${KDE4_KPARTS_LIBS}
48
49
    ${KDE4_PHONON_LIBS}
 
50
    ${KDE4_SOLID_LIBS}
49
51
    ${XINE_LIBRARY} )
50
52
 
51
53
install(TARGETS dragonpart DESTINATION ${PLUGIN_INSTALL_DIR} )