You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.2 KiB
52 lines
1.2 KiB
15 years ago
|
<?xml version="1.0"?>
|
||
10 years ago
|
<kdevelop>
|
||
15 years ago
|
<general>
|
||
|
<author>%{AUTHOR}</author>
|
||
|
<email>%{EMAIL}</email>
|
||
|
<version>%{VERSION}</version>
|
||
11 years ago
|
<projectmanagement>KDevCustomProject</projectmanagement>
|
||
15 years ago
|
<primarylanguage>C</primarylanguage>
|
||
|
<ignoreparts>
|
||
11 years ago
|
<part>KDevDebugger</part>
|
||
15 years ago
|
</ignoreparts>
|
||
|
<keywords>
|
||
|
<keyword>C</keyword>
|
||
|
<keyword>PalmOS</keyword>
|
||
|
</keywords>
|
||
|
</general>
|
||
11 years ago
|
<kdevfileview>
|
||
15 years ago
|
<groups>
|
||
|
<group pattern="Makefile" name="Build" />
|
||
|
<group pattern="*.c" name="Source" />
|
||
|
</groups>
|
||
11 years ago
|
</kdevfileview>
|
||
|
<kdevcustomproject>
|
||
15 years ago
|
<run>
|
||
|
<mainprogram>make test</mainprogram>
|
||
|
<programargs/>
|
||
|
<terminal>true</terminal>
|
||
|
<envvars/>
|
||
|
</run>
|
||
|
<envvars/>
|
||
|
<build>
|
||
|
<buildtool>make</buildtool>
|
||
|
<builddir/>
|
||
|
</build>
|
||
|
<make>
|
||
|
<abortonerror>true</abortonerror>
|
||
|
<numberofjobs>1</numberofjobs>
|
||
|
<dontact>false</dontact>
|
||
|
<makebin/>
|
||
|
<envvars/>
|
||
|
</make>
|
||
|
<makeenvvars/>
|
||
11 years ago
|
</kdevcustomproject>
|
||
15 years ago
|
|
||
11 years ago
|
<kdevdocumentation>
|
||
15 years ago
|
<projectdoc>
|
||
|
<docsystem>Doxygen Documentation Collection</docsystem>
|
||
|
<docurl>%{APPNAMELC}.tag</docurl>
|
||
|
</projectdoc>
|
||
11 years ago
|
</kdevdocumentation>
|
||
10 years ago
|
</kdevelop>
|