~ubuntu-branches/ubuntu/lucid/kdewebdev-kde4/lucid

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-02-27 16:13:02 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090227161302-1wc2m5nyuthzuxrv
Tags: 4:4.2.1-0ubuntu1
* New upstream release:
  - Bump versions of build-depends
  - Update an install file

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
include (KDE4Defaults)
8
8
include (MacroLibrary)
9
9
include (MacroOptionalAddSubdirectory)
10
 
include (FindKDevPlatform OPTIONAL)
11
10
 
12
11
include (ConfigureChecks.cmake)
13
12
find_package(LibXml2 REQUIRED)
31
30
macro_optional_add_subdirectory(kxsldbg)
32
31
macro_optional_add_subdirectory(kimagemapeditor)
33
32
 
34
 
if(KDevPlatform_FOUND)
35
 
  macro_optional_add_subdirectory(quanta)
36
 
endif(KDevPlatform_FOUND)
37
 
 
38
33
macro_optional_add_subdirectory(kommander)
39
34
macro_optional_add_subdirectory(doc)
40
35