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

« back to all changes in this revision

Viewing changes to kmix/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:
50
50
 
51
51
kde4_add_kdeinit_executable( kmix ${kmix_KDEINIT_SRCS})
52
52
 
53
 
target_link_libraries(kdeinit_kmix ${KDE4_KUTILS_LIBS} ${KDE4_PHONON_LIBS} ${KDE4_SOLID_LIBS})
 
53
target_link_libraries(kdeinit_kmix ${KDE4_KUTILS_LIBS} ${KDE4_PHONON_LIBS} ${KDE4_SOLID_LIBS} ${KDE4_KDEUI_LIBS} ${QT_QTXML_LIBRARY})
54
54
 
55
55
if (HAVE_LIBASOUND2)
56
56
    target_link_libraries(kdeinit_kmix ${ASOUND_LIBRARY})
78
78
 
79
79
kde4_add_kdeinit_executable( kmixctrl ${kmixctrl_KDEINIT_SRCS})
80
80
 
81
 
target_link_libraries(kdeinit_kmixctrl ${KDE4_KDEUI_LIBS} ${KDE4_SOLID_LIBS})
 
81
target_link_libraries(kdeinit_kmixctrl ${KDE4_KDEUI_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTXML_LIBRARY})
82
82
 
83
83
if (HAVE_LIBASOUND2)
84
84
    target_link_libraries(kdeinit_kmixctrl ${ASOUND_LIBRARY})