Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/orxonox.kdevelop @ 4643

Last change on this file since 4643 was 4643, checked in by bensch, 19 years ago

orxonox/trunk: deleted the newMat-lib, because it is not needed anymore

File size: 5.3 KB
Line 
1<?xml version = '1.0'?>
2<kdevelop>
3  <general>
4    <author>orxonox-crew:</author>
5    <email>orxonox-dev@mail.datacore.ch</email>
6    <version>$VERSION$</version>
7    <projectmanagement>KDevAutoProject</projectmanagement>
8    <primarylanguage>C++</primarylanguage>
9    <ignoreparts/>
10    <projectdirectory>.</projectdirectory>
11    <absoluteprojectpath>false</absoluteprojectpath>
12    <description/>
13    <secondaryLanguages/>
14    <versioncontrol/>
15  </general>
16  <kdevautoproject>
17    <general>
18      <activetarget>src/subprojects/particles/particles</activetarget>
19      <useconfiguration>default</useconfiguration>
20    </general>
21    <run>
22      <mainprogram>src/orxonox</mainprogram>
23      <directoryradio>executable</directoryradio>
24      <customdirectory>/</customdirectory>
25      <programargs/>
26      <terminal>false</terminal>
27      <autocompile>true</autocompile>
28      <envvars/>
29      <runarguments>
30        <orxonox/>
31      </runarguments>
32    </run>
33    <configurations>
34      <optimized>
35        <builddir>optimized</builddir>
36        <ccompiler>GccOptions</ccompiler>
37        <cxxcompiler>GppOptions</cxxcompiler>
38        <f77compiler>G77Options</f77compiler>
39        <cxxflags>-O2 -g0</cxxflags>
40      </optimized>
41      <debug>
42        <configargs>--enable-debug=full</configargs>
43        <builddir>debug</builddir>
44        <ccompiler>GccOptions</ccompiler>
45        <cxxcompiler>GppOptions</cxxcompiler>
46        <f77compiler>G77Options</f77compiler>
47        <cxxflags>-O0 -g3</cxxflags>
48        <envvars/>
49      </debug>
50      <default>
51        <envvars/>
52      </default>
53    </configurations>
54    <make>
55      <envvars>
56        <envvar value="1" name="WANT_AUTOCONF_2_5" />
57        <envvar value="1" name="WANT_AUTOMAKE_1_6" />
58      </envvars>
59      <abortonerror>false</abortonerror>
60      <numberofjobs>3</numberofjobs>
61      <dontact>false</dontact>
62      <makebin>make</makebin>
63      <prio>0</prio>
64    </make>
65  </kdevautoproject>
66  <kdevdebugger>
67    <general>
68      <dbgshell>libtool</dbgshell>
69      <programargs/>
70      <gdbpath/>
71      <configGdbScript/>
72      <runShellScript/>
73      <runGdbScript/>
74      <breakonloadinglibs>true</breakonloadinglibs>
75      <separatetty>false</separatetty>
76      <floatingtoolbar>false</floatingtoolbar>
77    </general>
78    <display>
79      <staticmembers>false</staticmembers>
80      <demanglenames>true</demanglenames>
81      <outputradix>10</outputradix>
82    </display>
83  </kdevdebugger>
84  <kdevdoctreeview>
85    <ignoretocs>
86      <toc>ada</toc>
87      <toc>ada_bugs_gcc</toc>
88      <toc>bash</toc>
89      <toc>bash_bugs</toc>
90      <toc>clanlib</toc>
91      <toc>fortran_bugs_gcc</toc>
92      <toc>gnome1</toc>
93      <toc>gnustep</toc>
94      <toc>gtk</toc>
95      <toc>gtk_bugs</toc>
96      <toc>haskell</toc>
97      <toc>haskell_bugs_ghc</toc>
98      <toc>java_bugs_gcc</toc>
99      <toc>java_bugs_sun</toc>
100      <toc>kde2book</toc>
101      <toc>opengl</toc>
102      <toc>pascal_bugs_fp</toc>
103      <toc>php</toc>
104      <toc>php_bugs</toc>
105      <toc>perl</toc>
106      <toc>perl_bugs</toc>
107      <toc>python</toc>
108      <toc>python_bugs</toc>
109      <toc>qt-kdev3</toc>
110      <toc>ruby</toc>
111      <toc>ruby_bugs</toc>
112      <toc>sdl</toc>
113      <toc>sw</toc>
114      <toc>w3c-dom-level2-html</toc>
115      <toc>w3c-svg</toc>
116      <toc>w3c-uaag10</toc>
117      <toc>wxwidgets_bugs</toc>
118    </ignoretocs>
119    <ignoreqt_xml>
120      <toc>Guide to the Qt Translation Tools</toc>
121      <toc>Qt Assistant Manual</toc>
122      <toc>Qt Designer Manual</toc>
123      <toc>Qt Reference Documentation</toc>
124      <toc>qmake User Guide</toc>
125    </ignoreqt_xml>
126    <ignoredoxygen>
127      <toc>KDE Libraries (Doxygen)</toc>
128    </ignoredoxygen>
129  </kdevdoctreeview>
130  <kdevfilecreate>
131    <filetypes/>
132    <useglobaltypes>
133      <type ext="ui" />
134      <type ext="cpp" />
135      <type ext="h" />
136    </useglobaltypes>
137  </kdevfilecreate>
138  <kdevcppsupport>
139    <references/>
140    <codecompletion>
141      <includeGlobalFunctions>true</includeGlobalFunctions>
142      <includeTypes>true</includeTypes>
143      <includeEnums>true</includeEnums>
144      <includeTypedefs>true</includeTypedefs>
145      <automaticCodeCompletion>true</automaticCodeCompletion>
146      <automaticArgumentsHint>true</automaticArgumentsHint>
147      <automaticHeaderCompletion>true</automaticHeaderCompletion>
148      <codeCompletionDelay>250</codeCompletionDelay>
149      <argumentsHintDelay>400</argumentsHintDelay>
150      <headerCompletionDelay>250</headerCompletionDelay>
151    </codecompletion>
152    <creategettersetter>
153      <prefixGet/>
154      <prefixSet>set</prefixSet>
155      <prefixVariable>m_,_</prefixVariable>
156      <parameterName>theValue</parameterName>
157      <inlineGet>true</inlineGet>
158      <inlineSet>true</inlineSet>
159    </creategettersetter>
160  </kdevcppsupport>
161  <kdevfileview>
162    <groups>
163      <hidenonprojectfiles>false</hidenonprojectfiles>
164      <hidenonlocation>false</hidenonlocation>
165    </groups>
166    <tree>
167      <hidepatterns>*.o</hidepatterns>
168      <hidenonprojectfiles>false</hidenonprojectfiles>
169    </tree>
170  </kdevfileview>
171  <cppsupportpart>
172    <filetemplates>
173      <interfacesuffix>.h</interfacesuffix>
174      <implementationsuffix>.cc</implementationsuffix>
175    </filetemplates>
176  </cppsupportpart>
177  <kdevdocumentation>
178    <projectdoc>
179      <docsystem/>
180      <docurl/>
181      <usermanualurl/>
182    </projectdoc>
183  </kdevdocumentation>
184  <ctagspart>
185    <customArguments/>
186    <customTagfilePath/>
187  </ctagspart>
188</kdevelop>
Note: See TracBrowser for help on using the repository browser.