1<?xml version = '1.0'?>
2<kdevelop>
3  <general>
4    <projectmanagement>KDevCustomProject</projectmanagement>
5    <projectdirectory>.</projectdirectory>
6    <absoluteprojectpath>false</absoluteprojectpath>
7    <author>Kleag</author>
8    <email>kleag@free.fr</email>
9    <version>1.0rc1</version>
10    <primarylanguage>C++</primarylanguage>
11    <keywords>
12      <keyword>C++</keyword>
13      <keyword>Code</keyword>
14      <keyword>Qt</keyword>
15      <keyword>KDE</keyword>
16    </keywords>
17    <description/>
18    <ignoreparts>
19      <part>kdevclassview</part>
20      <part>kdevabbrev</part>
21      <part>kdevregexptest</part>
22      <part>kdevscripting</part>
23      <part>kdevfilter</part>
24      <part>kdevbookmarks</part>
25      <part>kdevfilegroups</part>
26      <part>kdevopenwith</part>
27      <part>kdevsnippet</part>
28      <part>kdevpartexplorer</part>
29      <part>kdevtexttools</part>
30      <part>kdevtools</part>
31    </ignoreparts>
32    <versioncontrol>kdevsubversion</versioncontrol>
33    <projectname>kgraphviewer</projectname>
34    <defaultencoding/>
35  </general>
36  <kdevautoproject>
37    <general>
38      <projectmanagement>KDevCustomProject</projectmanagement>
39      <projectdirectory>/home/kde4/Developpements/C++/kgraphviewer-kde4</projectdirectory>
40      <absoluteprojectpath>true</absoluteprojectpath>
41      <activetarget>src/kgraphviewer</activetarget>
42      <useconfiguration>debug</useconfiguration>
43    </general>
44    <run>
45      <mainprogram>src/kgraphviewer</mainprogram>
46      <terminal>false</terminal>
47      <directoryradio>executable</directoryradio>
48    </run>
49    <make>
50      <envvars>
51        <envvar value="1" name="WANT_AUTOCONF_2_5" />
52        <envvar value="1" name="WANT_AUTOMAKE_1_6" />
53      </envvars>
54      <abortonerror>false</abortonerror>
55      <numberofjobs>1</numberofjobs>
56      <dontact>false</dontact>
57      <makebin/>
58    </make>
59    <configurations>
60      <optimized>
61        <ccompiler>kdevgccoptions</ccompiler>
62        <cxxcompiler>kdevgppoptions</cxxcompiler>
63        <f77compiler>kdevg77options</f77compiler>
64        <cxxflags>-O2 -g0</cxxflags>
65      </optimized>
66      <debug>
67        <configargs>--enable-debug=full</configargs>
68        <ccompiler>kdevgccoptions</ccompiler>
69        <cxxcompiler>kdevgppoptions</cxxcompiler>
70        <f77compiler>kdevg77options</f77compiler>
71        <cxxflags>-O0 -g3</cxxflags>
72      </debug>
73    </configurations>
74  </kdevautoproject>
75  <kdevfileview>
76    <groups>
77      <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
78      <group pattern="*.ui" name="User Interface" />
79      <group pattern="*.png" name="Icons" />
80      <group pattern="*.po;*.ts" name="Translations" />
81      <group pattern="*" name="Others" />
82      <hidenonprojectfiles>false</hidenonprojectfiles>
83      <hidenonlocation>false</hidenonlocation>
84    </groups>
85    <tree>
86      <hidenonprojectfiles>false</hidenonprojectfiles>
87      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
88      <showvcsfields>false</showvcsfields>
89    </tree>
90  </kdevfileview>
91  <kdevdoctreeview>
92    <ignoretocs>
93      <toc>ada</toc>
94      <toc>ada_bugs_gcc</toc>
95      <toc>bash</toc>
96      <toc>bash_bugs</toc>
97      <toc>clanlib</toc>
98      <toc>w3c-dom-level2-html</toc>
99      <toc>fortran_bugs_gcc</toc>
100      <toc>gnome1</toc>
101      <toc>gnustep</toc>
102      <toc>gtk</toc>
103      <toc>gtk_bugs</toc>
104      <toc>haskell</toc>
105      <toc>haskell_bugs_ghc</toc>
106      <toc>java_bugs_gcc</toc>
107      <toc>java_bugs_sun</toc>
108      <toc>pascal_bugs_fp</toc>
109      <toc>php</toc>
110      <toc>php_bugs</toc>
111      <toc>perl</toc>
112      <toc>perl_bugs</toc>
113      <toc>python</toc>
114      <toc>python_bugs</toc>
115      <toc>ruby</toc>
116      <toc>ruby_bugs</toc>
117      <toc>sdl</toc>
118      <toc>w3c-svg</toc>
119      <toc>sw</toc>
120      <toc>w3c-uaag10</toc>
121      <toc>wxwidgets_bugs</toc>
122    </ignoretocs>
123    <ignoreqt_xml>
124      <toc>qmake User Guide</toc>
125    </ignoreqt_xml>
126  </kdevdoctreeview>
127  <kdevdebugger>
128    <general>
129      <projectmanagement>KDevCustomProject</projectmanagement>
130      <projectdirectory>/home/kde4/Developpements/C++/kgraphviewer-kde4</projectdirectory>
131      <absoluteprojectpath>true</absoluteprojectpath>
132      <dbgshell>libtool</dbgshell>
133      <programargs/>
134      <gdbpath/>
135      <breakonloadinglibs>true</breakonloadinglibs>
136      <separatetty>false</separatetty>
137      <floatingtoolbar>false</floatingtoolbar>
138      <runappinappdirectory>true</runappinappdirectory>
139      <configGdbScript/>
140      <runShellScript/>
141      <runGdbScript/>
142    </general>
143    <display>
144      <staticmembers>false</staticmembers>
145      <demanglenames>true</demanglenames>
146      <outputradix>10</outputradix>
147    </display>
148  </kdevdebugger>
149  <kdevfilecreate>
150    <filetypes/>
151    <useglobaltypes>
152      <type ext="ui" />
153      <type ext="cpp" />
154      <type ext="h" />
155    </useglobaltypes>
156  </kdevfilecreate>
157  <kdevcvs>
158    <cvsoptions>-f</cvsoptions>
159    <commitoptions/>
160    <updateoptions>-dP</updateoptions>
161    <addoptions/>
162    <removeoptions>-f</removeoptions>
163    <diffoptions>-u3 -p</diffoptions>
164    <logoptions/>
165    <rshoptions/>
166  </kdevcvs>
167  <cppsupportpart>
168    <codecompletion/>
169    <filetemplates>
170      <choosefiles>false</choosefiles>
171      <interfaceURL/>
172      <implementationURL/>
173      <interfacesuffix>.h</interfacesuffix>
174      <implementationsuffix>.cpp</implementationsuffix>
175      <lowercasefilenames>true</lowercasefilenames>
176    </filetemplates>
177  </cppsupportpart>
178  <kdevclassview>
179    <folderhierarchy>true</folderhierarchy>
180    <depthoffolders>2</depthoffolders>
181  </kdevclassview>
182  <kdevdocumentation>
183    <projectdoc>
184      <docsystem>Collection de documentation Doxygen</docsystem>
185      <docurl>kgraphviewer2.tag</docurl>
186      <usermanualurl>/home/kde4/Developpements/C++/kgraphviewer-kde4/doc/en/index.docbook</usermanualurl>
187    </projectdoc>
188  </kdevdocumentation>
189  <substmap>
190    <APPNAME>kgraphviewer</APPNAME>
191    <APPNAMELC>kgraphviewer</APPNAMELC>
192    <APPNAMESC>Kgraphviewer</APPNAMESC>
193    <APPNAMEUC>KGRAPHVIEWER</APPNAMEUC>
194    <AUTHOR>Kleag</AUTHOR>
195    <EMAIL>kleag@free.fr</EMAIL>
196    <LICENSE>GPL</LICENSE>
197    <LICENSEFILE>COPYING</LICENSEFILE>
198    <VERSION>0.2.3</VERSION>
199    <YEAR>2006</YEAR>
200    <dest>/home/gael/Developpements/C++/kgraphviewer</dest>
201  </substmap>
202  <kdevcppsupport>
203    <references/>
204    <codecompletion>
205      <includeGlobalFunctions>false</includeGlobalFunctions>
206      <includeTypes>false</includeTypes>
207      <includeEnums>false</includeEnums>
208      <includeTypedefs>false</includeTypedefs>
209      <automaticCodeCompletion>true</automaticCodeCompletion>
210      <automaticArgumentsHint>true</automaticArgumentsHint>
211      <automaticHeaderCompletion>true</automaticHeaderCompletion>
212      <codeCompletionDelay>250</codeCompletionDelay>
213      <argumentsHintDelay>400</argumentsHintDelay>
214      <headerCompletionDelay>250</headerCompletionDelay>
215      <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
216      <completionBoxItemOrder>0</completionBoxItemOrder>
217      <howEvaluationContextMenu>true</howEvaluationContextMenu>
218      <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
219      <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
220      <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
221      <processPrimaryTypes>true</processPrimaryTypes>
222      <processFunctionArguments>false</processFunctionArguments>
223      <preProcessAllHeaders>false</preProcessAllHeaders>
224      <parseMissingHeaders>false</parseMissingHeaders>
225      <resolveIncludePaths>true</resolveIncludePaths>
226      <alwaysParseInBackground>true</alwaysParseInBackground>
227      <usePermanentCaching>true</usePermanentCaching>
228      <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
229      <includePaths>.;</includePaths>
230      <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
231      <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
232    </codecompletion>
233    <designerintegration>
234      <qtdesigner>
235        <implementation class="kgraphviewer" path="src/preferences.ui" implementationpath="src/kgraphviewer.h" />
236      </qtdesigner>
237    </designerintegration>
238    <qt>
239      <used>true</used>
240      <version>4</version>
241      <root>/usr/lib/qt3/</root>
242      <includestyle>4</includestyle>
243      <designerintegration>ExternalDesigner</designerintegration>
244      <qmake>/usr/lib/qt3//bin/qmake</qmake>
245      <designer>/usr/bin/designer-qt3</designer>
246      <designerpluginpaths/>
247    </qt>
248    <creategettersetter>
249      <prefixGet/>
250      <prefixSet>set</prefixSet>
251      <prefixVariable>m_,_</prefixVariable>
252      <parameterName>theValue</parameterName>
253      <inlineGet>true</inlineGet>
254      <inlineSet>true</inlineSet>
255    </creategettersetter>
256    <splitheadersource>
257      <enabled>false</enabled>
258      <synchronize>true</synchronize>
259      <orientation>Vertical</orientation>
260    </splitheadersource>
261  </kdevcppsupport>
262  <kdevcustomproject>
263    <filelistdirectory>/home/kde4/Developpements/C++/kgraphviewer-kde4</filelistdirectory>
264    <run>
265      <directoryradio>executable</directoryradio>
266      <mainprogram>/home/kde4/Developpements/C++/kde-extragear-graphics-trunk/build/kgraphviewer/src/kgraphviewer</mainprogram>
267      <programargs/>
268      <globaldebugarguments/>
269      <useglobalprogram>false</useglobalprogram>
270      <terminal>false</terminal>
271      <autocompile>true</autocompile>
272      <autoinstall>false</autoinstall>
273      <autokdesu>false</autokdesu>
274      <envvars/>
275      <globalcwd>/home/kde4/Developpements/C++/kde-extragear-graphics-trunk/build/kgraphviewer</globalcwd>
276    </run>
277    <build>
278      <buildtool>make</buildtool>
279      <builddir>/home/kde4/Developpements/C++/kde-extragear-graphics-trunk/build/kgraphviewer</builddir>
280    </build>
281    <make>
282      <abortonerror>true</abortonerror>
283      <numberofjobs>2</numberofjobs>
284      <prio>0</prio>
285      <dontact>false</dontact>
286      <makebin/>
287      <defaulttarget/>
288      <makeoptions/>
289      <selectedenvironment>default</selectedenvironment>
290      <environments>
291        <default/>
292      </environments>
293    </make>
294    <filetypes>
295      <filetype>*.java</filetype>
296      <filetype>*.h</filetype>
297      <filetype>*.H</filetype>
298      <filetype>*.hh</filetype>
299      <filetype>*.hxx</filetype>
300      <filetype>*.hpp</filetype>
301      <filetype>*.c</filetype>
302      <filetype>*.C</filetype>
303      <filetype>*.cc</filetype>
304      <filetype>*.cpp</filetype>
305      <filetype>*.c++</filetype>
306      <filetype>*.cxx</filetype>
307      <filetype>Makefile</filetype>
308      <filetype>CMakeLists.txt</filetype>
309    </filetypes>
310    <blacklist>
311      <path>config.h</path>
312      <path>src/dotdefaults.h</path>
313      <path>src/Makefile</path>
314      <path>src/part/dotdefaults.h</path>
315      <path>src/part/fdstream.hpp</path>
316      <path>src/part/Makefile</path>
317      <path>src/printing</path>
318      <path>src/printing/KgvGenStyles.cpp</path>
319      <path>src/printing/KgvGenStyles.h</path>
320      <path>src/printing/KgvGlobal.cpp</path>
321      <path>src/printing/KgvGlobal.h</path>
322      <path>src/printing/KgvPageLayoutColumns.cpp</path>
323      <path>src/printing/KgvPageLayoutColumns.h</path>
324      <path>src/printing/KgvPageLayout.cpp</path>
325      <path>src/printing/KgvPageLayoutDia.cpp</path>
326      <path>src/printing/KgvPageLayoutDia.h</path>
327      <path>src/printing/KgvPageLayout.h</path>
328      <path>src/printing/KgvPageLayoutHeader.cpp</path>
329      <path>src/printing/KgvPageLayoutHeader.h</path>
330      <path>src/printing/KgvPageLayoutSize.cpp</path>
331      <path>src/printing/KgvPageLayoutSize.h</path>
332      <path>src/printing/KgvUnit.cpp</path>
333      <path>src/printing/KgvUnit.h</path>
334      <path>src/printing/KgvUnitWidgets.cpp</path>
335      <path>src/printing/KgvUnitWidgets.h</path>
336      <path>src/printing/simpleprintingcommand.cpp</path>
337      <path>src/printing/simpleprintingcommand.h</path>
338      <path>src/printing/simpleprintingengine.cpp</path>
339      <path>src/printing/simpleprintingengine.h</path>
340      <path>src/printing/simpleprintingpagesetup.cpp</path>
341      <path>src/printing/simpleprintingpagesetup.h</path>
342      <path>src/printing/simpleprintingsettings.cpp</path>
343      <path>src/printing/simpleprintingsettings.h</path>
344      <path>src/printing/simpleprintpreviewwindow.cpp</path>
345      <path>src/printing/simpleprintpreviewwindow.h</path>
346      <path>src/printing/simpleprintpreviewwindow_p.cpp</path>
347      <path>src/printing/simpleprintpreviewwindow_p.h</path>
348      <path>src/Singleton.h</path>
349    </blacklist>
350  </kdevcustomproject>
351  <ctagspart>
352    <customArguments/>
353    <customTagfilePath>/home/kde4/Developpements/C++/kgraphviewer-kde4/tags</customTagfilePath>
354    <activeTagsFiles/>
355  </ctagspart>
356</kdevelop>
357