Adapt to boost 1.44.0
[bpdyndnsd] / bpdyndnsd.kdevelop
1 <?xml version = '1.0'?>
2 <kdevelop>
3   <general>
4     <author>Bjoern Sikora</author>
5     <email>bjoern.sikora@intra2net.com</email>
6     <version>1.0</version>
7     <projectmanagement>KDevCustomProject</projectmanagement>
8     <primarylanguage>C++</primarylanguage>
9     <ignoreparts/>
10     <projectdirectory>.</projectdirectory>
11     <absoluteprojectpath>false</absoluteprojectpath>
12     <secondaryLanguages>
13       <language>C</language>
14     </secondaryLanguages>
15     <projectname>bpdyndnsd</projectname>
16     <description/>
17     <defaultencoding/>
18     <versioncontrol/>
19   </general>
20   <kdevcustomproject>
21     <filelistdirectory>.</filelistdirectory>
22     <run>
23       <mainprogram>/home/bjoern/intranator/bpdyndnsd</mainprogram>
24       <directoryradio>custom</directoryradio>
25       <customdirectory>.</customdirectory>
26       <programargs/>
27       <terminal>false</terminal>
28       <autocompile>true</autocompile>
29       <envvars/>
30       <globaldebugarguments/>
31       <globalcwd>.</globalcwd>
32       <useglobalprogram>false</useglobalprogram>
33       <autoinstall>false</autoinstall>
34       <autokdesu>false</autokdesu>
35     </run>
36     <build>
37       <buildtool>make</buildtool>
38       <builddir>.</builddir>
39     </build>
40     <make>
41       <abortonerror>false</abortonerror>
42       <numberofjobs>1</numberofjobs>
43       <dontact>false</dontact>
44       <makebin>/usr/bin/gmake </makebin>
45       <selectedenvironment>default</selectedenvironment>
46       <environments>
47         <default>
48           <envvar value="1" name="VERBOSE" />
49         </default>
50       </environments>
51       <prio>0</prio>
52       <defaulttarget/>
53       <makeoptions>-j2</makeoptions>
54     </make>
55     <blacklist>
56       <path>build</path>
57       <path>build/CMakeFiles</path>
58       <path>build/CMakeFiles/CompilerIdC</path>
59       <path>build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c</path>
60       <path>build/CMakeFiles/CompilerIdCXX</path>
61       <path>build/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp</path>
62       <path>build/Makefile</path>
63       <path>CMakeFiles</path>
64       <path>CMakeFiles/CompilerIdC</path>
65       <path>CMakeFiles/CompilerIdC/CMakeCCompilerId.c</path>
66       <path>CMakeFiles/CompilerIdCXX</path>
67       <path>CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp</path>
68       <path>Makefile</path>
69     </blacklist>
70     <filetypes>
71       <filetype>*.java</filetype>
72       <filetype>*.h</filetype>
73       <filetype>*.H</filetype>
74       <filetype>*.hh</filetype>
75       <filetype>*.hxx</filetype>
76       <filetype>*.hpp</filetype>
77       <filetype>*.c</filetype>
78       <filetype>*.C</filetype>
79       <filetype>*.cc</filetype>
80       <filetype>*.cpp</filetype>
81       <filetype>*.c++</filetype>
82       <filetype>*.cxx</filetype>
83       <filetype>Makefile</filetype>
84       <filetype>CMakeLists.txt</filetype>
85     </filetypes>
86     <other>
87       <prio>0</prio>
88       <otherbin/>
89       <defaulttarget/>
90       <otheroptions/>
91       <selectedenvironment>default</selectedenvironment>
92       <environments>
93         <default/>
94       </environments>
95     </other>
96   </kdevcustomproject>
97   <kdevfilecreate>
98     <filetypes/>
99     <useglobaltypes>
100       <type ext="cpp" />
101       <type ext="h" />
102     </useglobaltypes>
103   </kdevfilecreate>
104   <kdevdoctreeview>
105     <projectdoc>
106       <userdocDir>html/</userdocDir>
107       <apidocDir>html/</apidocDir>
108     </projectdoc>
109     <ignoreqt_xml/>
110     <ignoredoxygen/>
111     <ignorekdocs/>
112     <ignoretocs/>
113     <ignoredevhelp/>
114   </kdevdoctreeview>
115   <cppsupportpart>
116     <filetemplates>
117       <interfacesuffix>.h</interfacesuffix>
118       <implementationsuffix>.cpp</implementationsuffix>
119     </filetemplates>
120   </cppsupportpart>
121   <kdevcppsupport>
122     <codecompletion>
123       <includeGlobalFunctions>true</includeGlobalFunctions>
124       <includeTypes>true</includeTypes>
125       <includeEnums>true</includeEnums>
126       <includeTypedefs>false</includeTypedefs>
127       <automaticCodeCompletion>true</automaticCodeCompletion>
128       <automaticArgumentsHint>true</automaticArgumentsHint>
129       <automaticHeaderCompletion>true</automaticHeaderCompletion>
130       <codeCompletionDelay>250</codeCompletionDelay>
131       <argumentsHintDelay>400</argumentsHintDelay>
132       <headerCompletionDelay>250</headerCompletionDelay>
133       <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
134       <completionBoxItemOrder>0</completionBoxItemOrder>
135       <howEvaluationContextMenu>true</howEvaluationContextMenu>
136       <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
137       <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
138       <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
139       <processPrimaryTypes>true</processPrimaryTypes>
140       <processFunctionArguments>false</processFunctionArguments>
141       <preProcessAllHeaders>false</preProcessAllHeaders>
142       <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
143       <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
144       <alwaysParseInBackground>true</alwaysParseInBackground>
145       <usePermanentCaching>true</usePermanentCaching>
146       <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
147       <includePaths>.;</includePaths>
148     </codecompletion>
149     <references/>
150     <qt>
151       <used>false</used>
152       <version>3</version>
153       <includestyle>3</includestyle>
154       <root>/usr/lib64/qt-3.3</root>
155       <designerintegration>EmbeddedKDevDesigner</designerintegration>
156       <qmake>/usr/lib64/qt-3.3/bin/qmake</qmake>
157       <designer>/usr/lib64/qt-3.3/bin/designer</designer>
158       <designerpluginpaths/>
159     </qt>
160     <creategettersetter>
161       <prefixGet/>
162       <prefixSet>set</prefixSet>
163       <prefixVariable>m_,_</prefixVariable>
164       <parameterName>theValue</parameterName>
165       <inlineGet>true</inlineGet>
166       <inlineSet>true</inlineSet>
167     </creategettersetter>
168     <splitheadersource>
169       <enabled>false</enabled>
170       <synchronize>true</synchronize>
171       <orientation>Vertical</orientation>
172     </splitheadersource>
173   </kdevcppsupport>
174   <kdevfileview>
175     <groups>
176       <group pattern="CMakeLists.txt;*.cmake;" name="CMake" />
177       <group pattern="*.h;*.hxx;*.hpp" name="Header" />
178       <group pattern="*.c" name="C Sources" />
179       <group pattern="*.cpp;*.C;*.cxx;*.cc" name="C++ Sources" />
180       <group pattern="*.ui" name="Qt Designer files" />
181       <hidenonprojectfiles>true</hidenonprojectfiles>
182       <hidenonlocation>false</hidenonlocation>
183     </groups>
184     <tree>
185       <hidepatterns>*.o,*.lo,CVS,*~,cmake*</hidepatterns>
186       <hidenonprojectfiles>true</hidenonprojectfiles>
187     </tree>
188   </kdevfileview>
189   <substmap>
190     <APPNAME>bpdyndnsd</APPNAME>
191     <APPNAMELC>bpdyndnsd</APPNAMELC>
192     <APPNAMESC>Bpdyndnsd</APPNAMESC>
193     <APPNAMEUC>BPDYNDNSD</APPNAMEUC>
194     <AUTHOR>Bjoern Sikora</AUTHOR>
195     <EMAIL>bjoern.sikora@intra2net.com</EMAIL>
196     <LICENSE>GPL</LICENSE>
197     <LICENSEFILE>COPYING</LICENSEFILE>
198     <VERSION>0.1</VERSION>
199     <YEAR>2009</YEAR>
200     <dest>/home/bjoern/bpdyndnsd</dest>
201   </substmap>
202   <kdevdebugger>
203     <general>
204       <gdbpath>/home/bjoern/intranator/bpdyndnsd/bin/bpdyndnsd</gdbpath>
205       <dbgshell/>
206       <configGdbScript/>
207       <runShellScript/>
208       <runGdbScript/>
209       <breakonloadinglibs>true</breakonloadinglibs>
210       <separatetty>false</separatetty>
211       <floatingtoolbar>false</floatingtoolbar>
212       <raiseGDBOnStart>false</raiseGDBOnStart>
213     </general>
214     <display>
215       <staticmembers>false</staticmembers>
216       <demanglenames>true</demanglenames>
217       <outputradix>10</outputradix>
218     </display>
219   </kdevdebugger>
220   <kdevdocumentation>
221     <projectdoc>
222       <docsystem/>
223       <docurl/>
224       <usermanualurl/>
225     </projectdoc>
226   </kdevdocumentation>
227   <ctagspart>
228     <customArguments/>
229     <customTagfilePath>/home/bjoern/bpdyndnsd/tags</customTagfilePath>
230     <activeTagsFiles/>
231   </ctagspart>
232 </kdevelop>