~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to projectmanagers/cmake/cmakeconfig.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
5
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
 
6
  <kcfgfile arg="true"/>
 
7
  <group name="CMake">
 
8
    <entry name="projectRootRelative" key="ProjectRootRelative" type="String" />
 
9
    <entry name="buildDirs" key="BuildDirs" type="PathList" />
 
10
    <entry name="currentBuildDir" key="CurrentBuildDir" type="Url" />
 
11
    <entry name="currentInstallDir" key="CurrentInstallDir" type="Url" />
 
12
    <entry name="currentBuildType" key="CurrentBuildType" type="String" />
 
13
    <entry name="cmakeDir" key="CMakeDir" type="Url" />
 
14
    
 
15
    <entry name="cmakeBin" key="Current CMake Binary" type="Url" />
 
16
  </group>
 
17
</kcfg>