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.
165 lines
5.1 KiB
165 lines
5.1 KiB
<?xml version = '1.0'?>
|
|
<tdevelop>
|
|
<general>
|
|
<author>%{AUTHOR}</author>
|
|
<email>%{EMAIL}</email>
|
|
<version>%{VERSION}</version>
|
|
<projectmanagement>KDevAutoProject</projectmanagement>
|
|
<primarylanguage>C++</primarylanguage>
|
|
<keywords>
|
|
<keyword>C++</keyword>
|
|
<keyword>Code</keyword>
|
|
</keywords>
|
|
<projectdirectory>.</projectdirectory>
|
|
<absoluteprojectpath>false</absoluteprojectpath>
|
|
<description></description>
|
|
<ignoreparts/>
|
|
<secondaryLanguages/>
|
|
</general>
|
|
<kdevautoproject>
|
|
<general>
|
|
<activetarget>src/%{APPNAMELC}</activetarget>
|
|
<useconfiguration>default</useconfiguration>
|
|
</general>
|
|
<run>
|
|
<mainprogram>src/%{APPNAMELC}.exe</mainprogram>
|
|
<terminal>true</terminal>
|
|
<directoryradio>executable</directoryradio>
|
|
<customdirectory>/</customdirectory>
|
|
<programargs/>
|
|
<autocompile>true</autocompile>
|
|
<envvars/>
|
|
</run>
|
|
<configurations>
|
|
<optimized>
|
|
<builddir>optimized</builddir>
|
|
<ccompiler>kdevgccoptions</ccompiler>
|
|
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
|
<f77compiler>kdevg77options</f77compiler>
|
|
<cxxflags>-O2 -g0</cxxflags>
|
|
<envvars>
|
|
<envvar value="i586-mingw32msvc-c" name="CC" />
|
|
<envvar value="i586-mingw32msvc-c++" name="CXX" />
|
|
<envvar value="i586-mingw32msvc-ld" name="LD" />
|
|
</envvars>
|
|
</optimized>
|
|
<debug>
|
|
<configargs>--enable-debug=full</configargs>
|
|
<builddir>debug</builddir>
|
|
<ccompiler>kdevgccoptions</ccompiler>
|
|
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
|
<f77compiler>kdevg77options</f77compiler>
|
|
<cxxflags>-O0 -g3</cxxflags>
|
|
<envvars>
|
|
<envvar value="i586-mingw32msvc-c" name="CC" />
|
|
<envvar value="i586-mingw32msvc-c++" name="CXX" />
|
|
<envvar value="i586-mingw32msvc-ld" name="LD" />
|
|
</envvars>
|
|
</debug>
|
|
<default>
|
|
<envvars>
|
|
<envvar value="i586-mingw32msvc-c" name="CC" />
|
|
<envvar value="i586-mingw32msvc-c++" name="CXX" />
|
|
<envvar value="i586-mingw32msvc-ld" name="LD" />
|
|
</envvars>
|
|
</default>
|
|
</configurations>
|
|
<make>
|
|
<envvars>
|
|
<envvar value="1" name="WANT_AUTOCONF_2_5" />
|
|
<envvar value="1" name="WANT_AUTOMAKE_1_6" />
|
|
</envvars>
|
|
<abortonerror>true</abortonerror>
|
|
<numberofjobs>1</numberofjobs>
|
|
<dontact>false</dontact>
|
|
<makebin/>
|
|
<prio>0</prio>
|
|
</make>
|
|
</kdevautoproject>
|
|
<kdevdoctreeview>
|
|
<ignoretocs>
|
|
<toc>clanlib</toc>
|
|
<toc>opengl</toc>
|
|
<toc>wxwidgets_bugs</toc>
|
|
</ignoretocs>
|
|
<ignoreqt_xml>
|
|
<toc>Guide to the Qt Translation Tools</toc>
|
|
<toc>Qt Assistant Manual</toc>
|
|
<toc>Qt Designer Manual</toc>
|
|
<toc>Qt Reference Documentation</toc>
|
|
<toc>qmake User Guide</toc>
|
|
</ignoreqt_xml>
|
|
<ignoredoxygen>
|
|
<toc>TDE Libraries (Doxygen)</toc>
|
|
</ignoredoxygen>
|
|
</kdevdoctreeview>
|
|
<kdevfilecreate>
|
|
<filetypes/>
|
|
<useglobaltypes>
|
|
<type ext="cpp" />
|
|
<type ext="h" />
|
|
</useglobaltypes>
|
|
</kdevfilecreate>
|
|
<kdevfileview>
|
|
<groups>
|
|
<group pattern="*.h" name="Header files" />
|
|
<group pattern="*.cpp" name="Source files" />
|
|
<hidenonprojectfiles>false</hidenonprojectfiles>
|
|
<hidenonlocation>false</hidenonlocation>
|
|
</groups>
|
|
<tree>
|
|
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
|
|
<hidenonprojectfiles>false</hidenonprojectfiles>
|
|
</tree>
|
|
</kdevfileview>
|
|
<cppsupportpart>
|
|
<filetemplates>
|
|
<interfacesuffix>.h</interfacesuffix>
|
|
<implementationsuffix>.cpp</implementationsuffix>
|
|
</filetemplates>
|
|
</cppsupportpart>
|
|
<kdevcppsupport>
|
|
<codecompletion>
|
|
<includeGlobalFunctions>true</includeGlobalFunctions>
|
|
<includeTypes>true</includeTypes>
|
|
<includeEnums>true</includeEnums>
|
|
<includeTypedefs>false</includeTypedefs>
|
|
<automaticCodeCompletion>true</automaticCodeCompletion>
|
|
<automaticArgumentsHint>true</automaticArgumentsHint>
|
|
<automaticHeaderCompletion>true</automaticHeaderCompletion>
|
|
<codeCompletionDelay>250</codeCompletionDelay>
|
|
<argumentsHintDelay>400</argumentsHintDelay>
|
|
<headerCompletionDelay>250</headerCompletionDelay>
|
|
</codecompletion>
|
|
<references>
|
|
<pcs>Qt</pcs>
|
|
<pcs>TDElibs</pcs>
|
|
<pcs>ksjembed</pcs>
|
|
</references>
|
|
</kdevcppsupport>
|
|
<kdevdebugger>
|
|
<general>
|
|
<programargs></programargs>
|
|
<gdbpath></gdbpath>
|
|
<dbgshell></dbgshell>
|
|
<configGdbScript></configGdbScript>
|
|
<runShellScript></runShellScript>
|
|
<runGdbScript></runGdbScript>
|
|
<breakonloadinglibs>true</breakonloadinglibs>
|
|
<separatetty>false</separatetty>
|
|
<floatingtoolbar>false</floatingtoolbar>
|
|
</general>
|
|
<display>
|
|
<staticmembers>false</staticmembers>
|
|
<demanglenames>true</demanglenames>
|
|
<outputradix>10</outputradix>
|
|
</display>
|
|
</kdevdebugger>
|
|
<kdevdocumentation>
|
|
<projectdoc>
|
|
<docsystem>Doxygen Documentation Collection</docsystem>
|
|
<docurl>%{APPNAMELC}.tag</docurl>
|
|
</projectdoc>
|
|
</kdevdocumentation>
|
|
</tdevelop>
|