~ubuntu-branches/ubuntu/jaunty/kdebase/jaunty-backports

« back to all changes in this revision

Viewing changes to apps/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2009-01-08 09:49:20 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090108094920-zbm1d1y0y3t5rpff
Tags: 4:4.1.96-0ubuntu1
* New upstream release
* Updated various .install files:
  + dolphin.install
  + kappfinder.install
  + kfind.install
  + konqueror.install
* Bumped build-dep versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
add_subdirectory( konqueror )
26
26
add_subdirectory( kfind )
27
27
add_subdirectory( kappfinder )
 
28
add_subdirectory( plasma )
28
29
 
29
30
if ( Q_WS_MAC )
30
31
  add_subdirectory( konsole )
36
37
  add_subdirectory( nsplugins )
37
38
  add_subdirectory( konsole )
38
39
  add_subdirectory( kdepasswd )
39
 
  add_subdirectory( plasma )
40
40
endif ( Q_WS_X11 )
41
41
macro_optional_add_subdirectory( doc )
42
42