Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: player should be able to load its preferences from an external file
removed the obsolete ObjectManager that has been redesigned as FastFactory.

File size: 4.6 KB
RevLine 
[4540]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>
[4885]7    <projectmanagement>KDevCustomProject</projectmanagement>
[4540]8    <primarylanguage>C++</primarylanguage>
[4972]9    <ignoreparts/>
[4906]10    <projectdirectory>.</projectdirectory>
11    <absoluteprojectpath>false</absoluteprojectpath>
[4975]12    <description/>
[4906]13    <secondaryLanguages>
14      <language>C</language>
15    </secondaryLanguages>
[4975]16    <versioncontrol/>
[4540]17  </general>
[4885]18  <kdevcustomproject>
[4540]19    <run>
[4906]20      <mainprogram>src/orxonox</mainprogram>
21      <directoryradio>build</directoryradio>
22      <customdirectory>/</customdirectory>
[4975]23      <programargs/>
[4906]24      <terminal>false</terminal>
25      <autocompile>true</autocompile>
26      <envvars/>
[4540]27    </run>
[4906]28    <build>
29      <buildtool>make</buildtool>
[4975]30      <builddir/>
[4906]31    </build>
32    <make>
33      <abortonerror>false</abortonerror>
[4972]34      <numberofjobs>3</numberofjobs>
[4906]35      <prio>0</prio>
36      <dontact>false</dontact>
[4975]37      <makebin/>
38      <makeoptions/>
[4906]39      <selectedenvironment>default</selectedenvironment>
40      <environments>
41        <default/>
42      </environments>
[4975]43      <defaulttarget/>
[4906]44    </make>
[4885]45  </kdevcustomproject>
[4540]46  <kdevdebugger>
47    <general>
[4975]48      <dbgshell/>
49      <programargs/>
50      <gdbpath/>
51      <configGdbScript/>
52      <runShellScript/>
53      <runGdbScript/>
[4906]54      <breakonloadinglibs>true</breakonloadinglibs>
55      <separatetty>false</separatetty>
56      <floatingtoolbar>false</floatingtoolbar>
[4540]57    </general>
[4906]58    <display>
59      <staticmembers>false</staticmembers>
60      <demanglenames>true</demanglenames>
61      <outputradix>10</outputradix>
62    </display>
[4540]63  </kdevdebugger>
64  <kdevdoctreeview>
65    <ignoretocs>
66      <toc>ada</toc>
67      <toc>ada_bugs_gcc</toc>
68      <toc>bash</toc>
69      <toc>bash_bugs</toc>
70      <toc>clanlib</toc>
71      <toc>fortran_bugs_gcc</toc>
72      <toc>gnome1</toc>
73      <toc>gnustep</toc>
74      <toc>gtk</toc>
75      <toc>gtk_bugs</toc>
76      <toc>haskell</toc>
77      <toc>haskell_bugs_ghc</toc>
78      <toc>java_bugs_gcc</toc>
79      <toc>java_bugs_sun</toc>
80      <toc>kde2book</toc>
81      <toc>opengl</toc>
82      <toc>pascal_bugs_fp</toc>
83      <toc>php</toc>
84      <toc>php_bugs</toc>
85      <toc>perl</toc>
86      <toc>perl_bugs</toc>
87      <toc>python</toc>
88      <toc>python_bugs</toc>
89      <toc>qt-kdev3</toc>
90      <toc>ruby</toc>
91      <toc>ruby_bugs</toc>
92      <toc>sdl</toc>
93      <toc>sw</toc>
94      <toc>w3c-dom-level2-html</toc>
95      <toc>w3c-svg</toc>
96      <toc>w3c-uaag10</toc>
97      <toc>wxwidgets_bugs</toc>
98    </ignoretocs>
99    <ignoreqt_xml>
100      <toc>Guide to the Qt Translation Tools</toc>
101      <toc>Qt Assistant Manual</toc>
102      <toc>Qt Designer Manual</toc>
103      <toc>Qt Reference Documentation</toc>
104      <toc>qmake User Guide</toc>
105    </ignoreqt_xml>
106    <ignoredoxygen>
107      <toc>KDE Libraries (Doxygen)</toc>
108    </ignoredoxygen>
109  </kdevdoctreeview>
110  <kdevfilecreate>
111    <filetypes/>
112    <useglobaltypes>
113      <type ext="ui" />
114      <type ext="cpp" />
115      <type ext="h" />
116    </useglobaltypes>
117  </kdevfilecreate>
118  <kdevcppsupport>
119    <references/>
120    <codecompletion>
121      <includeGlobalFunctions>true</includeGlobalFunctions>
122      <includeTypes>true</includeTypes>
123      <includeEnums>true</includeEnums>
[4906]124      <includeTypedefs>true</includeTypedefs>
[4540]125      <automaticCodeCompletion>true</automaticCodeCompletion>
126      <automaticArgumentsHint>true</automaticArgumentsHint>
127      <automaticHeaderCompletion>true</automaticHeaderCompletion>
128      <codeCompletionDelay>250</codeCompletionDelay>
129      <argumentsHintDelay>400</argumentsHintDelay>
130      <headerCompletionDelay>250</headerCompletionDelay>
131    </codecompletion>
[4972]132    <creategettersetter>
[4975]133      <prefixGet/>
[4972]134      <prefixSet>set</prefixSet>
135      <prefixVariable>m_,_</prefixVariable>
136      <parameterName>theValue</parameterName>
137      <inlineGet>true</inlineGet>
138      <inlineSet>true</inlineSet>
139    </creategettersetter>
[4540]140  </kdevcppsupport>
141  <kdevfileview>
[4909]142    <groups>
143      <hidenonprojectfiles>false</hidenonprojectfiles>
144      <hidenonlocation>false</hidenonlocation>
145    </groups>
[4540]146    <tree>
[4885]147      <hidepatterns>*.o,*.lo,*~,*in</hidepatterns>
[4540]148      <hidenonprojectfiles>false</hidenonprojectfiles>
149    </tree>
150  </kdevfileview>
[4906]151  <cppsupportpart>
152    <filetemplates>
153      <interfacesuffix>.h</interfacesuffix>
154      <implementationsuffix>.cpp</implementationsuffix>
155    </filetemplates>
156  </cppsupportpart>
157  <kdevdocumentation>
158    <projectdoc>
[4975]159      <docsystem/>
160      <docurl/>
161      <usermanualurl/>
[4906]162    </projectdoc>
163  </kdevdocumentation>
[4972]164  <ctagspart>
[4975]165    <customArguments/>
166    <customTagfilePath/>
[4972]167  </ctagspart>
[4540]168</kdevelop>
Note: See TracBrowser for help on using the repository browser.