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.
70 lines
1.9 KiB
70 lines
1.9 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>
|
||
|
<projectmanagement>KDevAutoProject</projectmanagement>
|
||
|
<primarylanguage>C++</primarylanguage>
|
||
|
<keywords>
|
||
|
<keyword>C++</keyword>
|
||
|
<keyword>Code</keyword>
|
||
|
<keyword>GNOME</keyword>
|
||
|
</keywords>
|
||
|
</general>
|
||
11 years ago
|
<kdevautoproject>
|
||
15 years ago
|
<general>
|
||
|
<activetarget>src/%{APPNAMELC}</activetarget>
|
||
|
<useconfiguration>debug</useconfiguration>
|
||
|
</general>
|
||
|
<run>
|
||
|
<mainprogram>src/%{APPNAMELC}</mainprogram>
|
||
|
</run>
|
||
|
<configurations>
|
||
|
<optimized>
|
||
|
<builddir>optimized</builddir>
|
||
|
<ccompiler>kdevgccoptions</ccompiler>
|
||
|
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
||
|
<f77compiler>kdevg77options</f77compiler>
|
||
|
<cflags>-O2 -g0</cflags>
|
||
|
<cxxflags>-O2 -g0</cxxflags>
|
||
|
</optimized>
|
||
|
<debug>
|
||
|
<configargs>--enable-debug=full</configargs>
|
||
|
<builddir>debug</builddir>
|
||
|
<ccompiler>kdevgccoptions</ccompiler>
|
||
|
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
||
|
<f77compiler>kdevg77options</f77compiler>
|
||
|
<cflags>-O0 -g3</cflags>
|
||
|
<cxxflags>-O0 -g3</cxxflags>
|
||
|
</debug>
|
||
|
</configurations>
|
||
11 years ago
|
</kdevautoproject>
|
||
|
<kdevfileview>
|
||
15 years ago
|
<groups>
|
||
|
<group pattern="*.cpp;*.h" name="Sources" />
|
||
|
<group pattern="*.glade" name="User Interface" />
|
||
|
<group pattern="*.png" name="Icons" />
|
||
|
<group pattern="*.po" name="Translations" />
|
||
|
<group pattern="*" name="Others" />
|
||
|
</groups>
|
||
11 years ago
|
</kdevfileview>
|
||
|
<kdevdebugger>
|
||
15 years ago
|
<general>
|
||
|
<dbgshell>libtool</dbgshell>
|
||
|
</general>
|
||
11 years ago
|
</kdevdebugger>
|
||
|
<kdevfilecreate>
|
||
15 years ago
|
<useglobaltypes>
|
||
|
<type ext="cpp"/>
|
||
|
<type ext="h"/>
|
||
|
</useglobaltypes>
|
||
11 years ago
|
</kdevfilecreate>
|
||
|
<kdevdocumentation>
|
||
15 years ago
|
<projectdoc>
|
||
|
<docsystem>Doxygen Documentation Collection</docsystem>
|
||
|
<docurl>%{APPNAMELC}.tag</docurl>
|
||
|
</projectdoc>
|
||
11 years ago
|
</kdevdocumentation>
|
||
10 years ago
|
</kdevelop>
|