blob: a1eeca821d6d17af6e426689f8ff6a8e85970107 (
plain)
1
2
3
4
5
6
7
8
|
<kdevproject>
<group name = "src">
<target name = "cpphello">
<file name = "%{APPNAMELC}.cpp"/>
<attribute name = "buildscript">gcc -o %{APPNAMELC} %{APPNAMELC}.cpp</attribute>
</target>
</group>
</kdevproject>
|