Don't replace user modified config files on RPM upgrade
[bpdyndnsd] / bpdyndnsd.kdevelop
CommitLineData
4545a371
BS
1<?xml version = '1.0'?>
2<kdevelop>
3 <general>
4 <author>Bjoern Sikora</author>
5 <email>bjoern.sikora@intra2net.com</email>
659ebb64 6 <version>1.0</version>
4545a371
BS
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>
9b6bf2eb
BS
16 <description/>
17 <defaultencoding/>
4545a371
BS
18 <versioncontrol/>
19 </general>
20 <kdevcustomproject>
659ebb64 21 <filelistdirectory>.</filelistdirectory>
4545a371 22 <run>
9b6bf2eb 23 <mainprogram>/home/bjoern/intranator/bpdyndnsd</mainprogram>
4545a371 24 <directoryradio>custom</directoryradio>
659ebb64 25 <customdirectory>.</customdirectory>
9b6bf2eb 26 <programargs/>
4545a371
BS
27 <terminal>false</terminal>
28 <autocompile>true</autocompile>
29 <envvars/>
9b6bf2eb 30 <globaldebugarguments/>
659ebb64 31 <globalcwd>.</globalcwd>
4545a371
BS
32 <useglobalprogram>false</useglobalprogram>
33 <autoinstall>false</autoinstall>
34 <autokdesu>false</autokdesu>
35 </run>
36 <build>
37 <buildtool>make</buildtool>
659ebb64 38 <builddir>.</builddir>
4545a371
BS
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>
9b6bf2eb
BS
52 <defaulttarget/>
53 <makeoptions>-j2</makeoptions>
4545a371
BS
54 </make>
55 <blacklist>
659ebb64
TJ
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>
9b6bf2eb
BS
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>
4545a371
BS
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>
9b6bf2eb
BS
88 <otherbin/>
89 <defaulttarget/>
90 <otheroptions/>
4545a371
BS
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>
9b6bf2eb 161 <prefixGet/>
4545a371
BS
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>
9b6bf2eb
BS
204 <gdbpath>/home/bjoern/intranator/bpdyndnsd/bin/bpdyndnsd</gdbpath>
205 <dbgshell/>
206 <configGdbScript/>
207 <runShellScript/>
208 <runGdbScript/>
4545a371
BS
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>