Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: building the importer-stuff as a lib

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