~ubuntu-branches/ubuntu/raring/plasma-mobile/raring-proposed

« back to all changes in this revision

Viewing changes to applications/videoplayer/src/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-17 12:04:43 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120717120443-q3ig9u2fnltx67yg
Tags: 2.0+git2012071701-0ubuntu1
* New upstream snapshot
* Remove build-dep on kde-runtime-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    ${KDE4_KIO_LIBS}
31
31
    ${KDE4_PLASMA_LIBS}
32
32
    ${KDE4_PHONON_LIBRARY}
33
 
    kdeclarative
 
33
    ${KDECLARATIVE_LIBRARIES}
34
34
)
35
35
 
36
36
install(TARGETS active-videoplayer ${INSTALL_TARGETS_DEFAULT_ARGS} )