moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kturtle / kturtle.kdevelop
blob6cd625ddc9733e2ba2cf218af74fb97b137db784
1 <?xml version = '1.0'?>
2 <kdevelop>
3 <general>
4 <author>Cies Breijs</author>
5 <email>cies # showroommama ! nl</email>
6 <version>0.01</version>
7 <projectmanagement>KDevKDEAutoProject</projectmanagement>
8 <primarylanguage>C++</primarylanguage>
9 <keywords>
10 <keyword>C++</keyword>
11 <keyword>Code</keyword>
12 <keyword>Qt</keyword>
13 <keyword>KDE</keyword>
14 </keywords>
15 <projectdirectory>.</projectdirectory>
16 <absoluteprojectpath>false</absoluteprojectpath>
17 <description/>
18 <ignoreparts/>
19 <secondaryLanguages/>
20 </general>
21 <kdevautoproject>
22 <general>
23 <activetarget>src/kturtle</activetarget>
24 <useconfiguration>default</useconfiguration>
25 </general>
26 <run>
27 <mainprogram>src/kturtle</mainprogram>
28 <directoryradio>executable</directoryradio>
29 <customdirectory>/</customdirectory>
30 <programargs/>
31 <terminal>false</terminal>
32 <autocompile>true</autocompile>
33 <envvars/>
34 </run>
35 <configurations>
36 <optimized>
37 <builddir>optimized</builddir>
38 <ccompiler>GccOptions</ccompiler>
39 <cxxcompiler>GppOptions</cxxcompiler>
40 <f77compiler>G77Options</f77compiler>
41 <cxxflags>-O2 -g0</cxxflags>
42 </optimized>
43 <debug>
44 <configargs>--enable-debug=full</configargs>
45 <builddir>debug</builddir>
46 <ccompiler>GccOptions</ccompiler>
47 <cxxcompiler>GppOptions</cxxcompiler>
48 <f77compiler>G77Options</f77compiler>
49 <cxxflags>-O0 -g3</cxxflags>
50 </debug>
51 </configurations>
52 <make>
53 <envvars>
54 <envvar value="1" name="WANT_AUTOCONF_2_5" />
55 <envvar value="1" name="WANT_AUTOMAKE_1_6" />
56 </envvars>
57 <abortonerror>false</abortonerror>
58 <numberofjobs>1</numberofjobs>
59 <dontact>false</dontact>
60 <makebin/>
61 </make>
62 </kdevautoproject>
63 <kdevfileview>
64 <groups>
65 <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
66 <group pattern="*.ui" name="User Interface" />
67 <group pattern="*.png" name="Icons" />
68 <group pattern="*.po;*.ts" name="Translations" />
69 <group pattern="*" name="Others" />
70 <hidenonprojectfiles>false</hidenonprojectfiles>
71 <hidenonlocation>false</hidenonlocation>
72 </groups>
73 <tree>
74 <hidepatterns></hidepatterns>
75 <hidenonprojectfiles>false</hidenonprojectfiles>
76 <showvcsfields>true</showvcsfields>
77 </tree>
78 </kdevfileview>
79 <kdevdoctreeview>
80 <ignoretocs>
81 <toc>gtk</toc>
82 <toc>gnustep</toc>
83 <toc>python</toc>
84 <toc>php</toc>
85 <toc>perl</toc>
86 </ignoretocs>
87 <projectdoc>
88 <userdocDir>/home/cies/src/kturtle/html/</userdocDir>
89 <apidocDir>/home/cies/src/kturtle/html/</apidocDir>
90 </projectdoc>
91 <ignoreqt_xml/>
92 <ignoredoxygen/>
93 <ignorekdocs/>
94 <ignoredevhelp/>
95 </kdevdoctreeview>
96 <kdevdebugger>
97 <general>
98 <dbgshell>libtool</dbgshell>
99 <programargs/>
100 <gdbpath/>
101 <configGdbScript/>
102 <runShellScript/>
103 <runGdbScript/>
104 <breakonloadinglibs>true</breakonloadinglibs>
105 <separatetty>false</separatetty>
106 <floatingtoolbar>false</floatingtoolbar>
107 </general>
108 <display>
109 <staticmembers>false</staticmembers>
110 <demanglenames>true</demanglenames>
111 </display>
112 </kdevdebugger>
113 <kdevfilecreate>
114 <filetypes/>
115 <useglobaltypes>
116 <type ext="ui" />
117 <type ext="cpp" />
118 <type ext="h" />
119 </useglobaltypes>
120 </kdevfilecreate>
121 <kdevcvs>
122 <cvsoptions>-z3 -d:ext:cies@cvs.sourceforge.net:/cvsroot/kturtle co kturtle </cvsoptions>
123 <commitoptions/>
124 <addoptions/>
125 <logoptions/>
126 <updateoptions>-dP</updateoptions>
127 <removeoptions>-f</removeoptions>
128 <revertoptions>-C -d -P</revertoptions>
129 <diffoptions>-u3 -p</diffoptions>
130 <rshoptions>ssh</rshoptions>
131 </kdevcvs>
132 <kdevcvsservice>
133 <recursivewhenupdate>true</recursivewhenupdate>
134 <prunedirswhenupdate>true</prunedirswhenupdate>
135 <createdirswhenupdate>true</createdirswhenupdate>
136 <recursivewhencommitremove>true</recursivewhencommitremove>
137 <revertoptions>-C</revertoptions>
138 </kdevcvsservice>
139 <kdevcppsupport>
140 <references/>
141 <codecompletion>
142 <includeGlobalFunctions>true</includeGlobalFunctions>
143 <includeTypes>true</includeTypes>
144 <includeEnums>true</includeEnums>
145 <includeTypedefs>false</includeTypedefs>
146 <automaticCodeCompletion>true</automaticCodeCompletion>
147 <automaticArgumentsHint>true</automaticArgumentsHint>
148 <automaticHeaderCompletion>true</automaticHeaderCompletion>
149 <codeCompletionDelay>250</codeCompletionDelay>
150 <argumentsHintDelay>400</argumentsHintDelay>
151 <headerCompletionDelay>250</headerCompletionDelay>
152 </codecompletion>
153 </kdevcppsupport>
154 <cppsupportpart>
155 <filetemplates>
156 <interfacesuffix>.h</interfacesuffix>
157 <implementationsuffix>.cpp</implementationsuffix>
158 </filetemplates>
159 </cppsupportpart>
160 </kdevelop>