increase version
[ftdi_eeprom] / ftdi_eeprom.kdevelop
1 <?xml version = '1.0'?>
2 <kdevelop>
3   <general>
4     <author>Gerd v. Egidy</author>
5     <email>opensource@intra2net.com</email>
6     <version>0.2</version>
7     <projectmanagement>KDevAutoProject</projectmanagement>
8     <primarylanguage>C++</primarylanguage>
9     <keywords>
10       <keyword>C++</keyword>
11       <keyword>Code</keyword>
12     </keywords>
13   </general>
14   <kdevautoproject>
15     <general>
16       <activetarget>src/ftdi_eeprom</activetarget>
17       <useconfiguration>debug</useconfiguration>
18     </general>
19     <run>
20       <mainprogram>src/ftdi_eeprom</mainprogram>
21       <terminal>true</terminal>
22       <directoryradio>executable</directoryradio>
23       <runarguments>
24         <ftdi_eeprom/>
25       </runarguments>
26     </run>
27     <configurations>
28       <optimized>
29         <builddir>optimized</builddir>
30         <ccompiler>kdevgccoptions</ccompiler>
31         <cxxcompiler>kdevgppoptions</cxxcompiler>
32         <f77compiler>kdevg77options</f77compiler>
33         <cxxflags>-O2 -g0</cxxflags>
34       </optimized>
35       <debug>
36         <configargs>--enable-debug=full</configargs>
37         <builddir>debug</builddir>
38         <ccompiler>kdevgccoptions</ccompiler>
39         <cxxcompiler>kdevgppoptions</cxxcompiler>
40         <f77compiler>kdevg77options</f77compiler>
41         <cxxflags>-O0 -g3</cxxflags>
42       </debug>
43     </configurations>
44     <make>
45       <envvars>
46         <envvar value="1" name="WANT_AUTOCONF_2_5" />
47         <envvar value="1" name="WANT_AUTOMAKE_1_6" />
48       </envvars>
49     </make>
50   </kdevautoproject>
51   <kdevdoctreeview>
52     <ignoretocs>
53       <toc>ada</toc>
54       <toc>ada_bugs_gcc</toc>
55       <toc>bash</toc>
56       <toc>bash_bugs</toc>
57       <toc>clanlib</toc>
58       <toc>w3c-dom-level2-html</toc>
59       <toc>fortran_bugs_gcc</toc>
60       <toc>gnome1</toc>
61       <toc>gnustep</toc>
62       <toc>gtk</toc>
63       <toc>gtk_bugs</toc>
64       <toc>haskell</toc>
65       <toc>haskell_bugs_ghc</toc>
66       <toc>java_bugs_gcc</toc>
67       <toc>java_bugs_sun</toc>
68       <toc>kde2book</toc>
69       <toc>opengl</toc>
70       <toc>pascal_bugs_fp</toc>
71       <toc>php</toc>
72       <toc>php_bugs</toc>
73       <toc>perl</toc>
74       <toc>perl_bugs</toc>
75       <toc>python</toc>
76       <toc>python_bugs</toc>
77       <toc>qt-kdev3</toc>
78       <toc>ruby</toc>
79       <toc>ruby_bugs</toc>
80       <toc>sdl</toc>
81       <toc>w3c-svg</toc>
82       <toc>sw</toc>
83       <toc>w3c-uaag10</toc>
84       <toc>wxwindows_bugs</toc>
85     </ignoretocs>
86     <ignoreqt_xml>
87       <toc>Guide to the Qt Translation Tools</toc>
88       <toc>Qt Assistant Manual</toc>
89       <toc>Qt Designer Manual</toc>
90       <toc>Qt Reference Documentation</toc>
91       <toc>qmake User Guide</toc>
92     </ignoreqt_xml>
93     <ignoredoxygen>
94       <toc>KDE Libraries (Doxygen)</toc>
95     </ignoredoxygen>
96   </kdevdoctreeview>
97   <kdevfilecreate>
98     <useglobaltypes>
99       <type ext="cpp" />
100       <type ext="h" />
101     </useglobaltypes>
102   </kdevfilecreate>
103   <kdevfileview>
104     <groups>
105       <group pattern="*.h" name="Header files" />
106       <group pattern="*.cpp" name="Source files" />
107       <hidenonprojectfiles>false</hidenonprojectfiles>
108       <hidenonlocation>false</hidenonlocation>
109     </groups>
110     <tree>
111       <hidepatterns>*.o,*.lo,CVS</hidepatterns>
112       <hidenonprojectfiles>false</hidenonprojectfiles>
113     </tree>
114   </kdevfileview>
115   <kdevcppsupport>
116     <references/>
117     <codecompletion>
118       <includeGlobalFunctions>true</includeGlobalFunctions>
119       <includeTypes>true</includeTypes>
120       <includeEnums>true</includeEnums>
121       <includeTypedefs>false</includeTypedefs>
122       <automaticCodeCompletion>true</automaticCodeCompletion>
123       <automaticArgumentsHint>true</automaticArgumentsHint>
124       <automaticHeaderCompletion>true</automaticHeaderCompletion>
125       <codeCompletionDelay>250</codeCompletionDelay>
126       <argumentsHintDelay>400</argumentsHintDelay>
127       <headerCompletionDelay>250</headerCompletionDelay>
128     </codecompletion>
129   </kdevcppsupport>
130 </kdevelop>