Warning, /kdevelop/kdevelop/plugins/cmake/cmakebuilderconfig.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0006   <include>cmakeutils.h</include>
0007   <kcfgfile name="kdeveloprc"/>
0008   <group name="CMakeBuilder">
0009     <entry name="cmakeExecutable" key="cmakeExe" type="Url">
0010         <default code="true">QUrl::fromLocalFile(CMake::findExecutable())</default>
0011         <whatsthis>The path to the default CMake executable.</whatsthis>
0012     </entry>
0013     <entry name="generator" key="generator" type="Int">
0014         <default>0</default>
0015     </entry>
0016   </group>
0017 </kcfg>