Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: development environment of kdevelop

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