author | unc0rr |
Thu, 09 Oct 2008 13:01:52 +0000 | |
changeset 1326 | bf91f935feff |
parent 1221 | 51e3f3cfdca5 |
child 1354 | a8dcdeb88a43 |
permissions | -rw-r--r-- |
597 | 1 |
<?xml version = '1.0'?> |
2 |
<kdevelop> |
|
3 |
<general> |
|
4 |
<author>Igor Ulyanov</author> |
|
5 |
<email>disinbox@gmail.com</email> |
|
6 |
<version>1</version> |
|
7 |
<projectmanagement>KDevCustomProject</projectmanagement> |
|
8 |
<primarylanguage>C++</primarylanguage> |
|
601
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
9 |
<ignoreparts> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
10 |
<part>kdevfilegroups</part> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
11 |
<part>kdevdoxygen</part> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
12 |
<part>kdevregexptest</part> |
928
b9064b48b001
Some preparation work for attacking from rope, parachute and etc.
unc0rr
parents:
873
diff
changeset
|
13 |
<part>kdevabbrev</part> |
601
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
14 |
<part>kdevdistpart</part> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
15 |
<part>kdevscripting</part> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
16 |
<part>kdevfilter</part> |
928
b9064b48b001
Some preparation work for attacking from rope, parachute and etc.
unc0rr
parents:
873
diff
changeset
|
17 |
<part>kdevastyle</part> |
601
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
18 |
</ignoreparts> |
597 | 19 |
<projectname>hedgewars</projectname> |
600 | 20 |
<projectdirectory>.</projectdirectory> |
21 |
<absoluteprojectpath>false</absoluteprojectpath> |
|
1221 | 22 |
<description/> |
600 | 23 |
<versioncontrol>kdevsubversion</versioncontrol> |
1221 | 24 |
<defaultencoding/> |
597 | 25 |
</general> |
26 |
<kdevcustomproject> |
|
27 |
<run> |
|
28 |
<directoryradio>executable</directoryradio> |
|
600 | 29 |
<customdirectory>/</customdirectory> |
1141 | 30 |
<mainprogram>bin/hedgewars</mainprogram> |
1209 | 31 |
<programargs>-style plastique</programargs> |
600 | 32 |
<terminal>false</terminal> |
33 |
<autocompile>true</autocompile> |
|
34 |
<envvars/> |
|
1221 | 35 |
<globaldebugarguments/> |
1141 | 36 |
<globalcwd>/usr/home/unC0Rr/Sources/Hedgewars/Hedgewars-FF/trunk</globalcwd> |
601
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
37 |
<useglobalprogram>false</useglobalprogram> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
38 |
<autoinstall>false</autoinstall> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
39 |
<autokdesu>false</autokdesu> |
597 | 40 |
</run> |
41 |
<filetypes> |
|
42 |
<filetype>*.h</filetype> |
|
43 |
<filetype>*.c</filetype> |
|
44 |
<filetype>*.cc</filetype> |
|
45 |
<filetype>*.cpp</filetype> |
|
46 |
<filetype>*.c++</filetype> |
|
47 |
<filetype>CMakeLists.txt</filetype> |
|
704 | 48 |
<filetype>*.pas</filetype> |
49 |
<filetype>*.inc</filetype> |
|
50 |
<filetype>*.dpr</filetype> |
|
597 | 51 |
</filetypes> |
1045 | 52 |
<blacklist/> |
600 | 53 |
<general> |
54 |
<activedir/> |
|
55 |
</general> |
|
56 |
<build> |
|
57 |
<buildtool>make</buildtool> |
|
1221 | 58 |
<builddir/> |
600 | 59 |
</build> |
60 |
<make> |
|
624 | 61 |
<abortonerror>true</abortonerror> |
869 | 62 |
<numberofjobs>4</numberofjobs> |
600 | 63 |
<prio>0</prio> |
64 |
<dontact>false</dontact> |
|
1221 | 65 |
<makebin/> |
66 |
<defaulttarget/> |
|
67 |
<makeoptions/> |
|
600 | 68 |
<selectedenvironment>default</selectedenvironment> |
69 |
<environments> |
|
70 |
<default/> |
|
71 |
</environments> |
|
72 |
</make> |
|
601
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
73 |
<other> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
74 |
<prio>0</prio> |
1221 | 75 |
<otherbin/> |
76 |
<defaulttarget/> |
|
77 |
<otheroptions/> |
|
601
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
78 |
<selectedenvironment>default</selectedenvironment> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
79 |
<environments> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
80 |
<default/> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
81 |
</environments> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
82 |
</other> |
597 | 83 |
</kdevcustomproject> |
84 |
<kdevdebugger> |
|
85 |
<general> |
|
1221 | 86 |
<dbgshell/> |
601
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
87 |
<programargs/> |
1221 | 88 |
<gdbpath/> |
89 |
<configGdbScript/> |
|
90 |
<runShellScript/> |
|
91 |
<runGdbScript/> |
|
600 | 92 |
<breakonloadinglibs>true</breakonloadinglibs> |
93 |
<separatetty>false</separatetty> |
|
94 |
<floatingtoolbar>false</floatingtoolbar> |
|
682 | 95 |
<raiseGDBOnStart>false</raiseGDBOnStart> |
597 | 96 |
</general> |
600 | 97 |
<display> |
98 |
<staticmembers>false</staticmembers> |
|
99 |
<demanglenames>true</demanglenames> |
|
100 |
<outputradix>10</outputradix> |
|
101 |
</display> |
|
597 | 102 |
</kdevdebugger> |
103 |
<kdevdoctreeview> |
|
104 |
<ignoretocs> |
|
105 |
<toc>ada</toc> |
|
106 |
<toc>ada_bugs_gcc</toc> |
|
107 |
<toc>bash</toc> |
|
108 |
<toc>bash_bugs</toc> |
|
109 |
<toc>clanlib</toc> |
|
110 |
<toc>fortran_bugs_gcc</toc> |
|
111 |
<toc>gnome1</toc> |
|
112 |
<toc>gnustep</toc> |
|
113 |
<toc>gtk</toc> |
|
114 |
<toc>gtk_bugs</toc> |
|
115 |
<toc>haskell</toc> |
|
116 |
<toc>haskell_bugs_ghc</toc> |
|
117 |
<toc>java_bugs_gcc</toc> |
|
118 |
<toc>java_bugs_sun</toc> |
|
119 |
<toc>kde2book</toc> |
|
120 |
<toc>opengl</toc> |
|
121 |
<toc>pascal_bugs_fp</toc> |
|
122 |
<toc>php</toc> |
|
123 |
<toc>php_bugs</toc> |
|
124 |
<toc>perl</toc> |
|
125 |
<toc>perl_bugs</toc> |
|
126 |
<toc>python</toc> |
|
127 |
<toc>python_bugs</toc> |
|
128 |
<toc>qt-kdev3</toc> |
|
129 |
<toc>ruby</toc> |
|
130 |
<toc>ruby_bugs</toc> |
|
131 |
<toc>sdl</toc> |
|
132 |
<toc>sw</toc> |
|
133 |
<toc>w3c-dom-level2-html</toc> |
|
134 |
<toc>w3c-svg</toc> |
|
135 |
<toc>w3c-uaag10</toc> |
|
136 |
<toc>wxwidgets_bugs</toc> |
|
137 |
</ignoretocs> |
|
138 |
<ignoreqt_xml> |
|
139 |
<toc>Guide to the Qt Translation Tools</toc> |
|
140 |
<toc>Qt Assistant Manual</toc> |
|
141 |
<toc>Qt Designer Manual</toc> |
|
142 |
<toc>Qt Reference Documentation</toc> |
|
143 |
<toc>qmake User Guide</toc> |
|
144 |
</ignoreqt_xml> |
|
145 |
<ignoredoxygen> |
|
146 |
<toc>KDE Libraries (Doxygen)</toc> |
|
147 |
</ignoredoxygen> |
|
148 |
</kdevdoctreeview> |
|
149 |
<kdevfilecreate> |
|
150 |
<filetypes/> |
|
151 |
<useglobaltypes> |
|
152 |
<type ext="ui" /> |
|
153 |
<type ext="cpp" /> |
|
154 |
<type ext="h" /> |
|
155 |
</useglobaltypes> |
|
156 |
</kdevfilecreate> |
|
157 |
<kdevcppsupport> |
|
158 |
<qt> |
|
624 | 159 |
<used>true</used> |
600 | 160 |
<version>4</version> |
624 | 161 |
<includestyle>4</includestyle> |
597 | 162 |
<root>/usr/qt/3</root> |
163 |
<designerintegration>EmbeddedKDevDesigner</designerintegration> |
|
682 | 164 |
<qmake>/usr/local/bin/qmake-qt4</qmake> |
165 |
<designer>/usr/local/bin/designer-qt4</designer> |
|
597 | 166 |
<designerpluginpaths/> |
167 |
</qt> |
|
168 |
<references/> |
|
169 |
<codecompletion> |
|
829 | 170 |
<automaticCodeCompletion>true</automaticCodeCompletion> |
597 | 171 |
<automaticArgumentsHint>true</automaticArgumentsHint> |
172 |
<automaticHeaderCompletion>true</automaticHeaderCompletion> |
|
173 |
<codeCompletionDelay>250</codeCompletionDelay> |
|
174 |
<argumentsHintDelay>400</argumentsHintDelay> |
|
175 |
<headerCompletionDelay>250</headerCompletionDelay> |
|
176 |
<showOnlyAccessibleItems>false</showOnlyAccessibleItems> |
|
177 |
<completionBoxItemOrder>0</completionBoxItemOrder> |
|
178 |
<howEvaluationContextMenu>true</howEvaluationContextMenu> |
|
179 |
<showCommentWithArgumentHint>true</showCommentWithArgumentHint> |
|
180 |
<statusBarTypeEvaluation>false</statusBarTypeEvaluation> |
|
181 |
<namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases> |
|
182 |
<processPrimaryTypes>true</processPrimaryTypes> |
|
183 |
<processFunctionArguments>false</processFunctionArguments> |
|
184 |
<preProcessAllHeaders>false</preProcessAllHeaders> |
|
185 |
<parseMissingHeadersExperimental>false</parseMissingHeadersExperimental> |
|
186 |
<resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental> |
|
187 |
<alwaysParseInBackground>true</alwaysParseInBackground> |
|
188 |
<usePermanentCaching>true</usePermanentCaching> |
|
189 |
<alwaysIncludeNamespaces>false</alwaysIncludeNamespaces> |
|
190 |
<includePaths>.;</includePaths> |
|
600 | 191 |
<includeGlobalFunctions>true</includeGlobalFunctions> |
192 |
<includeTypes>true</includeTypes> |
|
193 |
<includeEnums>true</includeEnums> |
|
194 |
<includeTypedefs>false</includeTypedefs> |
|
597 | 195 |
</codecompletion> |
600 | 196 |
<creategettersetter> |
1221 | 197 |
<prefixGet/> |
600 | 198 |
<prefixSet>set</prefixSet> |
199 |
<prefixVariable>m_,_</prefixVariable> |
|
200 |
<parameterName>theValue</parameterName> |
|
201 |
<inlineGet>true</inlineGet> |
|
202 |
<inlineSet>true</inlineSet> |
|
203 |
</creategettersetter> |
|
601
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
204 |
<splitheadersource> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
205 |
<enabled>false</enabled> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
206 |
<synchronize>true</synchronize> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
207 |
<orientation>Vertical</orientation> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
208 |
</splitheadersource> |
597 | 209 |
</kdevcppsupport> |
210 |
<kdevfileview> |
|
211 |
<groups> |
|
212 |
<hidenonprojectfiles>false</hidenonprojectfiles> |
|
213 |
<hidenonlocation>false</hidenonlocation> |
|
214 |
</groups> |
|
215 |
<tree> |
|
1213 | 216 |
<hidepatterns></hidepatterns> |
597 | 217 |
<hidenonprojectfiles>true</hidenonprojectfiles> |
600 | 218 |
<showvcsfields>false</showvcsfields> |
597 | 219 |
</tree> |
220 |
</kdevfileview> |
|
600 | 221 |
<cppsupportpart> |
222 |
<filetemplates> |
|
223 |
<interfacesuffix>.h</interfacesuffix> |
|
224 |
<implementationsuffix>.cpp</implementationsuffix> |
|
225 |
</filetemplates> |
|
226 |
</cppsupportpart> |
|
227 |
<kdevdocumentation> |
|
228 |
<projectdoc> |
|
870 | 229 |
<docsystem/> |
230 |
<docurl/> |
|
231 |
<usermanualurl/> |
|
600 | 232 |
</projectdoc> |
233 |
</kdevdocumentation> |
|
234 |
<ctagspart> |
|
834 | 235 |
<customArguments/> |
601
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
236 |
<customTagfilePath>/usr/home/unC0Rr/Sources/Hedgewars/Hedgewars-GNA/tags</customTagfilePath> |
78a68cc4d846
Special game mode allowing the only clan on map for training mode
unc0rr
parents:
600
diff
changeset
|
237 |
<activeTagsFiles/> |
600 | 238 |
</ctagspart> |
597 | 239 |
</kdevelop> |