Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/weaponSystem/orxonox.kdevelop @ 4881

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

orxonox/branches/weaponSystem: cleanup WorldEntity and Player (or at least started cleaning up)

File size: 1.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>KDevCustomProject</projectmanagement>
8  <primarylanguage>C++</primarylanguage>
9  <ignoreparts>
10  </ignoreparts>
11 </general>
12 <kdevcustomproject>
13  <run>
14   <mainprogram>orxonox</mainprogram>
15  </run>
16 </kdevcustomproject>
17 <kdevdebugger>
18  <general>
19   <dbgshell></dbgshell>
20  </general>
21 </kdevdebugger>
22 <kdevdoctreeview>
23    <ignoretocs>
24      <toc>ada</toc>
25      <toc>ada_bugs_gcc</toc>
26      <toc>bash</toc>
27      <toc>bash_bugs</toc>
28      <toc>clanlib</toc>
29      <toc>fortran_bugs_gcc</toc>
30      <toc>gnome1</toc>
31      <toc>gnustep</toc>
32      <toc>gtk</toc>
33      <toc>gtk_bugs</toc>
34      <toc>haskell</toc>
35      <toc>haskell_bugs_ghc</toc>
36      <toc>java_bugs_gcc</toc>
37      <toc>java_bugs_sun</toc>
38      <toc>kde2book</toc>
39      <toc>opengl</toc>
40      <toc>pascal_bugs_fp</toc>
41      <toc>php</toc>
42      <toc>php_bugs</toc>
43      <toc>perl</toc>
44      <toc>perl_bugs</toc>
45      <toc>python</toc>
46      <toc>python_bugs</toc>
47      <toc>qt-kdev3</toc>
48      <toc>ruby</toc>
49      <toc>ruby_bugs</toc>
50      <toc>sdl</toc>
51      <toc>sw</toc>
52      <toc>w3c-dom-level2-html</toc>
53      <toc>w3c-svg</toc>
54      <toc>w3c-uaag10</toc>
55      <toc>wxwidgets_bugs</toc>
56    </ignoretocs>
57    <ignoreqt_xml>
58      <toc>Guide to the Qt Translation Tools</toc>
59      <toc>Qt Assistant Manual</toc>
60      <toc>Qt Designer Manual</toc>
61      <toc>Qt Reference Documentation</toc>
62      <toc>qmake User Guide</toc>
63    </ignoreqt_xml>
64    <ignoredoxygen>
65      <toc>KDE Libraries (Doxygen)</toc>
66    </ignoredoxygen>
67 </kdevdoctreeview>
68  <kdevfilecreate>
69    <filetypes/>
70    <useglobaltypes>
71      <type ext="ui" />
72      <type ext="cpp" />
73      <type ext="h" />
74    </useglobaltypes>
75  </kdevfilecreate>
76</kdevelop>
Note: See TracBrowser for help on using the repository browser.