Merge branch 'php-53-upgrade'
[libi2ncommon] / libi2ncommon.kdevelop
1 <?xml version = '1.0'?>
2 <kdevelop>
3   <general>
4     <author>Gerd v. Egidy</author>
5     <email>info@intra2net.com</email>
6     <version>0.1</version>
7     <projectmanagement>KDevAutoProject</projectmanagement>
8     <primarylanguage>C++</primarylanguage>
9     <keywords>
10       <keyword>C++</keyword>
11       <keyword>Code</keyword>
12     </keywords>
13     <projectname>libi2ncommon</projectname>
14   </general>
15   <kdevautoproject>
16     <general>
17       <activetarget>src/libi2ncommon</activetarget>
18       <useconfiguration>debug</useconfiguration>
19     </general>
20     <run>
21       <mainprogram>src/libi2ncommon</mainprogram>
22       <terminal>true</terminal>
23       <directoryradio>executable</directoryradio>
24       <runarguments>
25         <test/>
26       </runarguments>
27       <debugarguments>
28         <test/>
29       </debugarguments>
30       <cwd>
31         <test>/home/reinhard/source/source/libi2ncommon/debug/./</test>
32       </cwd>
33     </run>
34     <configurations>
35       <optimized>
36         <builddir>optimized</builddir>
37         <ccompiler>kdevgccoptions</ccompiler>
38         <cxxcompiler>kdevgppoptions</cxxcompiler>
39         <f77compiler>kdevg77options</f77compiler>
40         <cxxflags>-O2 -g0</cxxflags>
41       </optimized>
42       <debug>
43         <configargs>--enable-debug=full</configargs>
44         <builddir>debug</builddir>
45         <ccompiler>kdevgccoptions</ccompiler>
46         <cxxcompiler>kdevgppoptions</cxxcompiler>
47         <f77compiler>kdevg77options</f77compiler>
48         <cxxflags>-O0 -g3</cxxflags>
49       </debug>
50     </configurations>
51     <make>
52       <envvars>
53         <envvar value="1" name="WANT_AUTOCONF_2_5" />
54         <envvar value="1" name="WANT_AUTOMAKE_1_6" />
55       </envvars>
56     </make>
57   </kdevautoproject>
58   <kdevdoctreeview>
59     <ignoretocs>
60       <toc>ada</toc>
61       <toc>ada_bugs_gcc</toc>
62       <toc>bash</toc>
63       <toc>bash_bugs</toc>
64       <toc>clanlib</toc>
65       <toc>w3c-dom-level2-html</toc>
66       <toc>fortran_bugs_gcc</toc>
67       <toc>gnome1</toc>
68       <toc>gnustep</toc>
69       <toc>gtk</toc>
70       <toc>gtk_bugs</toc>
71       <toc>haskell</toc>
72       <toc>haskell_bugs_ghc</toc>
73       <toc>java_bugs_gcc</toc>
74       <toc>java_bugs_sun</toc>
75       <toc>kde2book</toc>
76       <toc>opengl</toc>
77       <toc>pascal_bugs_fp</toc>
78       <toc>php</toc>
79       <toc>php_bugs</toc>
80       <toc>perl</toc>
81       <toc>perl_bugs</toc>
82       <toc>python</toc>
83       <toc>python_bugs</toc>
84       <toc>qt-kdev3</toc>
85       <toc>ruby</toc>
86       <toc>ruby_bugs</toc>
87       <toc>sdl</toc>
88       <toc>w3c-svg</toc>
89       <toc>sw</toc>
90       <toc>w3c-uaag10</toc>
91       <toc>wxwindows_bugs</toc>
92     </ignoretocs>
93     <ignoreqt_xml>
94       <toc>Guide to the Qt Translation Tools</toc>
95       <toc>Qt Assistant Manual</toc>
96       <toc>Qt Designer Manual</toc>
97       <toc>Qt Reference Documentation</toc>
98       <toc>qmake User Guide</toc>
99     </ignoreqt_xml>
100     <ignoredoxygen>
101       <toc>KDE Libraries (Doxygen)</toc>
102     </ignoredoxygen>
103   </kdevdoctreeview>
104   <kdevfilecreate>
105     <useglobaltypes>
106       <type ext="cpp" />
107       <type ext="h" />
108     </useglobaltypes>
109   </kdevfilecreate>
110   <kdevfileview>
111     <groups>
112       <group pattern="*.h" name="Header files" />
113       <group pattern="*.cpp" name="Source files" />
114       <hidenonprojectfiles>false</hidenonprojectfiles>
115       <hidenonlocation>false</hidenonlocation>
116     </groups>
117     <tree>
118       <hidepatterns>*.o,*.lo,CVS</hidepatterns>
119       <hidenonprojectfiles>false</hidenonprojectfiles>
120     </tree>
121   </kdevfileview>
122   <kdevcppsupport>
123     <references/>
124     <codecompletion>
125       <includeGlobalFunctions>true</includeGlobalFunctions>
126       <includeTypes>true</includeTypes>
127       <includeEnums>true</includeEnums>
128       <includeTypedefs>false</includeTypedefs>
129       <automaticCodeCompletion>true</automaticCodeCompletion>
130       <automaticArgumentsHint>true</automaticArgumentsHint>
131       <automaticHeaderCompletion>true</automaticHeaderCompletion>
132       <codeCompletionDelay>250</codeCompletionDelay>
133       <argumentsHintDelay>400</argumentsHintDelay>
134       <headerCompletionDelay>250</headerCompletionDelay>
135       <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
136       <completionBoxItemOrder>0</completionBoxItemOrder>
137       <howEvaluationContextMenu>true</howEvaluationContextMenu>
138       <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
139       <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
140       <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
141       <processPrimaryTypes>true</processPrimaryTypes>
142       <processFunctionArguments>false</processFunctionArguments>
143       <preProcessAllHeaders>false</preProcessAllHeaders>
144       <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
145       <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
146       <alwaysParseInBackground>true</alwaysParseInBackground>
147       <usePermanentCaching>true</usePermanentCaching>
148       <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
149       <includePaths>.;</includePaths>
150     </codecompletion>
151     <qt>
152       <used>false</used>
153       <version>3</version>
154       <includestyle>3</includestyle>
155       <root>/usr/lib64/qt-3.3</root>
156       <designerintegration>EmbeddedKDevDesigner</designerintegration>
157       <qmake>/usr/lib64/qt-3.3/bin/qmake</qmake>
158       <designer>/usr/lib64/qt-3.3/bin/designer</designer>
159       <designerpluginpaths/>
160     </qt>
161   </kdevcppsupport>
162 </kdevelop>