source: tags/openyahtzee_1_5/OpenYahtzee/openyahtzee.kdevelop @ 16

Revision 16, 6.6 KB checked in by anonymous, 6 years ago (diff)

This commit was manufactured by cvs2svn to create tag
'openyahtzee_1_5'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?xml version = '1.0'?>
2<kdevelop>
3  <general>
4    <author>Guy Rutenberg</author>
5    <email>guy@Guy_Computer</email>
6    <version>0.1</version>
7    <projectmanagement>KDevAutoProject</projectmanagement>
8    <primarylanguage>C++</primarylanguage>
9    <keywords>
10      <keyword>C++</keyword>
11      <keyword>Code</keyword>
12    </keywords>
13    <ignoreparts/>
14    <projectdirectory>.</projectdirectory>
15    <absoluteprojectpath>false</absoluteprojectpath>
16    <description/>
17  </general>
18  <kdevautoproject>
19    <general>
20      <activetarget>src/openyahtzee</activetarget>
21      <useconfiguration>debug</useconfiguration>
22    </general>
23    <run>
24      <mainprogram>src/openyahtzee</mainprogram>
25      <terminal>true</terminal>
26      <directoryradio>executable</directoryradio>
27      <runarguments>
28        <openyahtzee/>
29      </runarguments>
30    </run>
31    <configurations>
32      <optimized>
33        <builddir>optimized</builddir>
34        <ccompiler>kdevgccoptions</ccompiler>
35        <cxxcompiler>kdevgppoptions</cxxcompiler>
36        <f77compiler>kdevg77options</f77compiler>
37        <cxxflags>-O2 -g0 `wx-config --cxxflags`</cxxflags>
38        <envvars/>
39        <configargs/>
40        <topsourcedir/>
41        <cppflags/>
42        <ldflags>`wx-config --libs`</ldflags>
43        <ccompilerbinary/>
44        <cxxcompilerbinary/>
45        <f77compilerbinary/>
46        <cflags/>
47        <f77flags/>
48      </optimized>
49      <debug>
50        <configargs>--enable-debug=full</configargs>
51        <builddir>debug</builddir>
52        <ccompiler>kdevgccoptions</ccompiler>
53        <cxxcompiler>kdevgppoptions</cxxcompiler>
54        <f77compiler>kdevg77options</f77compiler>
55        <cxxflags>-O0 -g3 `wx-config --cxxflags`</cxxflags>
56        <envvars/>
57        <topsourcedir/>
58        <cppflags/>
59        <ldflags>`wx-config --libs`</ldflags>
60        <ccompilerbinary/>
61        <cxxcompilerbinary/>
62        <f77compilerbinary/>
63        <cflags/>
64        <f77flags/>
65      </debug>
66    </configurations>
67    <make>
68      <envvars>
69        <envvar value="1" name="WANT_AUTOCONF_2_5" />
70        <envvar value="1" name="WANT_AUTOMAKE_1_6" />
71      </envvars>
72    </make>
73  </kdevautoproject>
74  <kdevdoctreeview>
75    <ignoretocs>
76      <toc>ada</toc>
77      <toc>ada_bugs_gcc</toc>
78      <toc>bash</toc>
79      <toc>bash_bugs</toc>
80      <toc>clanlib</toc>
81      <toc>w3c-dom-level2-html</toc>
82      <toc>fortran_bugs_gcc</toc>
83      <toc>gnome1</toc>
84      <toc>gnustep</toc>
85      <toc>gtk</toc>
86      <toc>gtk_bugs</toc>
87      <toc>haskell</toc>
88      <toc>haskell_bugs_ghc</toc>
89      <toc>java_bugs_gcc</toc>
90      <toc>java_bugs_sun</toc>
91      <toc>kde2book</toc>
92      <toc>opengl</toc>
93      <toc>pascal_bugs_fp</toc>
94      <toc>php</toc>
95      <toc>php_bugs</toc>
96      <toc>perl</toc>
97      <toc>perl_bugs</toc>
98      <toc>python</toc>
99      <toc>python_bugs</toc>
100      <toc>qt-kdev3</toc>
101      <toc>ruby</toc>
102      <toc>ruby_bugs</toc>
103      <toc>sdl</toc>
104      <toc>w3c-svg</toc>
105      <toc>sw</toc>
106      <toc>w3c-uaag10</toc>
107      <toc>wxwidgets_bugs</toc>
108    </ignoretocs>
109    <ignoreqt_xml>
110      <toc>Guide to the Qt Translation Tools</toc>
111      <toc>Qt Assistant Manual</toc>
112      <toc>Qt Designer Manual</toc>
113      <toc>Qt Reference Documentation</toc>
114      <toc>qmake User Guide</toc>
115    </ignoreqt_xml>
116    <ignoredoxygen>
117      <toc>KDE Libraries (Doxygen)</toc>
118    </ignoredoxygen>
119  </kdevdoctreeview>
120  <kdevfilecreate>
121    <useglobaltypes>
122      <type ext="cpp" />
123      <type ext="h" />
124    </useglobaltypes>
125  </kdevfilecreate>
126  <kdevfileview>
127    <groups>
128      <group pattern="*.h" name="Header files" />
129      <group pattern="*.cpp" name="Source files" />
130      <hidenonprojectfiles>false</hidenonprojectfiles>
131      <hidenonlocation>false</hidenonlocation>
132    </groups>
133    <tree>
134      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
135      <hidenonprojectfiles>false</hidenonprojectfiles>
136    </tree>
137  </kdevfileview>
138  <kdevdocumentation>
139    <projectdoc>
140      <docsystem>Doxygen Documentation Collection</docsystem>
141      <docurl>openyahtzee.tag</docurl>
142    </projectdoc>
143  </kdevdocumentation>
144  <substmap>
145    <APPNAME>openyahtzee</APPNAME>
146    <APPNAMELC>openyahtzee</APPNAMELC>
147    <APPNAMESC>Openyahtzee</APPNAMESC>
148    <APPNAMEUC>OPENYAHTZEE</APPNAMEUC>
149    <AUTHOR>Guy Rutenberg</AUTHOR>
150    <EMAIL>guy@Guy_Computer</EMAIL>
151    <LICENSE>GPL</LICENSE>
152    <LICENSEFILE>COPYING</LICENSEFILE>
153    <VERSION>0.1</VERSION>
154    <YEAR>2006</YEAR>
155    <dest>/home/guy/workspace/openyahtzee</dest>
156  </substmap>
157  <cppsupportpart>
158    <filetemplates>
159      <interfacesuffix>.h</interfacesuffix>
160      <implementationsuffix>.cpp</implementationsuffix>
161    </filetemplates>
162  </cppsupportpart>
163  <kdevcppsupport>
164    <codecompletion>
165      <includeGlobalFunctions>true</includeGlobalFunctions>
166      <includeTypes>true</includeTypes>
167      <includeEnums>true</includeEnums>
168      <includeTypedefs>false</includeTypedefs>
169      <automaticCodeCompletion>true</automaticCodeCompletion>
170      <automaticArgumentsHint>true</automaticArgumentsHint>
171      <automaticHeaderCompletion>true</automaticHeaderCompletion>
172      <codeCompletionDelay>250</codeCompletionDelay>
173      <argumentsHintDelay>400</argumentsHintDelay>
174      <headerCompletionDelay>250</headerCompletionDelay>
175    </codecompletion>
176    <creategettersetter>
177      <prefixGet/>
178      <prefixSet>set</prefixSet>
179      <prefixVariable>m_,_</prefixVariable>
180      <parameterName>theValue</parameterName>
181      <inlineGet>true</inlineGet>
182      <inlineSet>true</inlineSet>
183    </creategettersetter>
184    <references/>
185    <qt>
186      <used>false</used>
187      <version>3</version>
188      <root>/usr/qt/3</root>
189    </qt>
190  </kdevcppsupport>
191  <kdevdebugger>
192    <general>
193      <programargs/>
194      <gdbpath/>
195      <dbgshell/>
196      <configGdbScript/>
197      <runShellScript/>
198      <runGdbScript/>
199      <breakonloadinglibs>true</breakonloadinglibs>
200      <separatetty>false</separatetty>
201      <floatingtoolbar>false</floatingtoolbar>
202    </general>
203    <display>
204      <staticmembers>false</staticmembers>
205      <demanglenames>true</demanglenames>
206      <outputradix>10</outputradix>
207    </display>
208  </kdevdebugger>
209  <dist>
210    <custom>false</custom>
211    <bzip>false</bzip>
212    <archname></archname>
213    <appname>OpenYahtzee</appname>
214    <version>1.5</version>
215    <release></release>
216    <vendor></vendor>
217    <licence></licence>
218    <summary></summary>
219    <group></group>
220    <packager></packager>
221    <description></description>
222    <changelog></changelog>
223    <devpackage>false</devpackage>
224    <docspackage>false</docspackage>
225    <appicon>false</appicon>
226    <arch>0</arch>
227    <genHTML>false</genHTML>
228    <useRPM>false</useRPM>
229    <ftpkde>false</ftpkde>
230    <appskde>false</appskde>
231    <url></url>
232  </dist>
233</kdevelop>
Note: See TracBrowser for help on using the repository browser.