| | @@ -1,167 +0,0 @@ |
1 | | -<!DOCTYPE kdevelop> |
2 | | -<kdevelop> |
3 | | - <general> |
4 | | - <author>Hideki Ikemoto</author> |
5 | | - <email>ikemo@wakaba.jp</email> |
6 | | - <version>$VERSION$</version> |
7 | | - <projectmanagement>KDevKDEAutoProject</projectmanagement> |
8 | | - <primarylanguage>C++</primarylanguage> |
9 | | - <keywords> |
10 | | - <keyword>Qt</keyword> |
11 | | - <keyword>KDE</keyword> |
12 | | - </keywords> |
13 | | - <projectdirectory>.</projectdirectory> |
14 | | - <absoluteprojectpath>false</absoluteprojectpath> |
15 | | - <description/> |
16 | | - <ignoreparts/> |
17 | | - <secondaryLanguages/> |
18 | | - <versioncontrol>kdevcvsservice</versioncontrol> |
19 | | - </general> |
20 | | - <kdevfileview> |
21 | | - <groups> |
22 | | - <group pattern="*.cpp;*.cxx;*.h" name="Sources" /> |
23 | | - <group pattern="*.ui" name="User Interface" /> |
24 | | - <group pattern="*.png" name="Icons" /> |
25 | | - <group pattern="*.po;*.ts" name="Translations" /> |
26 | | - <group pattern="*" name="Others" /> |
27 | | - <hidenonprojectfiles>false</hidenonprojectfiles> |
28 | | - <hidenonlocation>false</hidenonlocation> |
29 | | - </groups> |
30 | | - <tree> |
31 | | - <hidenonprojectfiles>false</hidenonprojectfiles> |
32 | | - <hidepatterns></hidepatterns> |
33 | | - <showvcsfields>false</showvcsfields> |
34 | | - </tree> |
35 | | - </kdevfileview> |
36 | | - <kdevdoctreeview> |
37 | | - <ignoretocs> |
38 | | - <toc>gtk</toc> |
39 | | - <toc>gnustep</toc> |
40 | | - <toc>python</toc> |
41 | | - <toc>php</toc> |
42 | | - <toc>perl</toc> |
43 | | - </ignoretocs> |
44 | | - <projectdoc> |
45 | | - <userdocDir/> |
46 | | - <apidocDir/> |
47 | | - </projectdoc> |
48 | | - <ignoreqt_xml/> |
49 | | - <ignoredoxygen/> |
50 | | - <ignorekdocs/> |
51 | | - <ignoredevhelp/> |
52 | | - </kdevdoctreeview> |
53 | | - <kdevdebugger> |
54 | | - <general> |
55 | | - <dbgshell>libtool</dbgshell> |
56 | | - <programargs/> |
57 | | - <gdbpath/> |
58 | | - <breakonloadinglibs>true</breakonloadinglibs> |
59 | | - <separatetty>false</separatetty> |
60 | | - <floatingtoolbar>false</floatingtoolbar> |
61 | | - <runappinappdirectory>true</runappinappdirectory> |
62 | | - <configGdbScript/> |
63 | | - <runShellScript/> |
64 | | - <runGdbScript/> |
65 | | - </general> |
66 | | - <display> |
67 | | - <staticmembers>false</staticmembers> |
68 | | - <demanglenames>true</demanglenames> |
69 | | - <outputradix>10</outputradix> |
70 | | - </display> |
71 | | - </kdevdebugger> |
72 | | - <kdevfilecreate> |
73 | | - <filetypes/> |
74 | | - <useglobaltypes> |
75 | | - <type ext="ui" /> |
76 | | - <type ext="cpp" /> |
77 | | - <type ext="h" /> |
78 | | - </useglobaltypes> |
79 | | - </kdevfilecreate> |
80 | | - <kdevautoproject> |
81 | | - <make> |
82 | | - <envvars> |
83 | | - <envvar value="1" name="WANT_AUTOCONF_2_5" /> |
84 | | - <envvar value="1" name="WANT_AUTOMAKE_1_6" /> |
85 | | - </envvars> |
86 | | - <abortonerror>false</abortonerror> |
87 | | - <numberofjobs>1</numberofjobs> |
88 | | - <dontact>false</dontact> |
89 | | - <makebin/> |
90 | | - </make> |
91 | | - <general> |
92 | | - <useconfiguration>default</useconfiguration> |
93 | | - </general> |
94 | | - <run> |
95 | | - <mainprogram/> |
96 | | - <programargs/> |
97 | | - <terminal>false</terminal> |
98 | | - <autocompile>true</autocompile> |
99 | | - <envvars/> |
100 | | - <directoryradio>executable</directoryradio> |
101 | | - <customdirectory>/</customdirectory> |
102 | | - </run> |
103 | | - <configurations/> |
104 | | - </kdevautoproject> |
105 | | - <cppsupportpart> |
106 | | - <filetemplates> |
107 | | - <choosefiles>false</choosefiles> |
108 | | - <interfaceURL/> |
109 | | - <implementationURL/> |
110 | | - <interfacesuffix>.h</interfacesuffix> |
111 | | - <implementationsuffix>.cpp</implementationsuffix> |
112 | | - <lowercasefilenames>true</lowercasefilenames> |
113 | | - </filetemplates> |
114 | | - </cppsupportpart> |
115 | | - <kdevcppsupport> |
116 | | - <codecompletion> |
117 | | - <includeGlobalFunctions>true</includeGlobalFunctions> |
118 | | - <includeTypes>true</includeTypes> |
119 | | - <includeEnums>true</includeEnums> |
120 | | - <includeTypedefs>false</includeTypedefs> |
121 | | - <automaticCodeCompletion>true</automaticCodeCompletion> |
122 | | - <automaticArgumentsHint>true</automaticArgumentsHint> |
123 | | - <codeCompletionDelay>250</codeCompletionDelay> |
124 | | - <argumentsHintDelay>400</argumentsHintDelay> |
125 | | - <automaticHeaderCompletion>true</automaticHeaderCompletion> |
126 | | - <headerCompletionDelay>250</headerCompletionDelay> |
127 | | - </codecompletion> |
128 | | - <references/> |
129 | | - <creategettersetter> |
130 | | - <prefixGet/> |
131 | | - <prefixSet>set</prefixSet> |
132 | | - <prefixVariable>m_,_</prefixVariable> |
133 | | - <parameterName>theValue</parameterName> |
134 | | - <inlineGet>true</inlineGet> |
135 | | - <inlineSet>true</inlineSet> |
136 | | - </creategettersetter> |
137 | | - </kdevcppsupport> |
138 | | - <kdevclassview> |
139 | | - <folderhierarchy>true</folderhierarchy> |
140 | | - <depthoffolders>2</depthoffolders> |
141 | | - </kdevclassview> |
142 | | - <kdevcvs> |
143 | | - <cvsoptions>-f</cvsoptions> |
144 | | - <commitoptions/> |
145 | | - <addoptions/> |
146 | | - <logoptions/> |
147 | | - <updateoptions>-dP</updateoptions> |
148 | | - <removeoptions>-f</removeoptions> |
149 | | - <revertoptions>-C -d -P</revertoptions> |
150 | | - <diffoptions>-u3 -p</diffoptions> |
151 | | - <rshoptions/> |
152 | | - </kdevcvs> |
153 | | - <kdevcvsservice> |
154 | | - <recursivewhenupdate>true</recursivewhenupdate> |
155 | | - <prunedirswhenupdate>true</prunedirswhenupdate> |
156 | | - <createdirswhenupdate>true</createdirswhenupdate> |
157 | | - <recursivewhencommitremove>true</recursivewhencommitremove> |
158 | | - <revertoptions>-C</revertoptions> |
159 | | - </kdevcvsservice> |
160 | | - <kdevdocumentation> |
161 | | - <projectdoc> |
162 | | - <docsystem/> |
163 | | - <docurl/> |
164 | | - <usermanualurl/> |
165 | | - </projectdoc> |
166 | | - </kdevdocumentation> |
167 | | -</kdevelop> |