comparison kdiff3/kdiff3.kdevelop @ 65:8ea11c8efeb5

Version 0.9.83
author joachim99
date Sun, 07 Mar 2004 10:58:36 +0000
parents
children efe33e938730
comparison
equal deleted inserted replaced
64:002611f78107 65:8ea11c8efeb5
1 <?xml version = '1.0'?>
2 <kdevelop>
3 <general>
4 <author>Joachim Eibl</author>
5 <email>joachim@gmx.de</email>
6 <version>0.9.82</version>
7 <projectmanagement>KDevKDEAutoProject</projectmanagement>
8 <primarylanguage>C++</primarylanguage>
9 <keywords>
10 <keyword>C++</keyword>
11 <keyword>Code</keyword>
12 <keyword>Qt</keyword>
13 <keyword>KDE</keyword>
14 </keywords>
15 <projectdirectory>.</projectdirectory>
16 <absoluteprojectpath>false</absoluteprojectpath>
17 <description/>
18 <ignoreparts/>
19 <secondaryLanguages/>
20 </general>
21 <kdevautoproject>
22 <general>
23 <activetarget>src/kdiff3</activetarget>
24 <useconfiguration>debug</useconfiguration>
25 </general>
26 <run>
27 <mainprogram>src/kdiff3</mainprogram>
28 <directoryradio>executable</directoryradio>
29 <customdirectory>/</customdirectory>
30 <programargs/>
31 <terminal>false</terminal>
32 <autocompile>true</autocompile>
33 <envvars/>
34 </run>
35 <configurations>
36 <optimized>
37 <builddir>optimized</builddir>
38 <ccompiler>GccOptions</ccompiler>
39 <cxxcompiler>GppOptions</cxxcompiler>
40 <f77compiler>G77Options</f77compiler>
41 <cxxflags>-O2 -g0</cxxflags>
42 </optimized>
43 <debug>
44 <configargs>--enable-debug=full --prefix=/opt/kdecvs</configargs>
45 <builddir>debug</builddir>
46 <ccompiler>kdevgccoptions</ccompiler>
47 <cxxcompiler>kdevgppoptions</cxxcompiler>
48 <f77compiler>kdevpgf77options</f77compiler>
49 <cxxflags>-O0</cxxflags>
50 <topsourcedir/>
51 <cppflags/>
52 <ldflags/>
53 <ccompilerbinary/>
54 <cxxcompilerbinary/>
55 <f77compilerbinary/>
56 <cflags/>
57 <f77flags/>
58 </debug>
59 </configurations>
60 <make>
61 <envvars>
62 <envvar value="1" name="WANT_AUTOCONF_2_5" />
63 <envvar value="1" name="WANT_AUTOMAKE_1_6" />
64 </envvars>
65 <abortonerror>true</abortonerror>
66 <numberofjobs>1</numberofjobs>
67 <dontact>false</dontact>
68 <makebin/>
69 </make>
70 </kdevautoproject>
71 <kdevfileview>
72 <groups>
73 <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
74 <group pattern="*.ui" name="User Interface" />
75 <group pattern="*.png" name="Icons" />
76 <group pattern="*.po;*.ts" name="Translations" />
77 <group pattern="*" name="Others" />
78 <hidenonprojectfiles>false</hidenonprojectfiles>
79 </groups>
80 <tree>
81 <hidepatterns></hidepatterns>
82 <hidenonprojectfiles>false</hidenonprojectfiles>
83 <showvcsfields>true</showvcsfields>
84 </tree>
85 </kdevfileview>
86 <kdevdoctreeview>
87 <ignoretocs>
88 <toc>gtk</toc>
89 <toc>gnustep</toc>
90 <toc>python</toc>
91 <toc>php</toc>
92 <toc>perl</toc>
93 </ignoretocs>
94 <projectdoc>
95 <userdocDir>doc/en/</userdocDir>
96 <apidocDir>debug/</apidocDir>
97 </projectdoc>
98 <ignoreqt_xml/>
99 <ignoredoxygen/>
100 <ignorekdocs/>
101 <ignoredevhelp/>
102 </kdevdoctreeview>
103 <kdevdebugger>
104 <general>
105 <dbgshell>libtool</dbgshell>
106 <programargs/>
107 <gdbpath/>
108 <configGdbScript/>
109 <runShellScript/>
110 <runGdbScript/>
111 <breakonloadinglibs>true</breakonloadinglibs>
112 <separatetty>false</separatetty>
113 <floatingtoolbar>false</floatingtoolbar>
114 </general>
115 <display>
116 <staticmembers>false</staticmembers>
117 <demanglenames>true</demanglenames>
118 </display>
119 </kdevdebugger>
120 <kdevfilecreate>
121 <filetypes/>
122 <useglobaltypes>
123 <type ext="ui" />
124 <type ext="cpp" />
125 <type ext="h" />
126 </useglobaltypes>
127 </kdevfilecreate>
128 <kdevcvs>
129 <cvsoptions>-f</cvsoptions>
130 <commitoptions/>
131 <addoptions/>
132 <logoptions/>
133 <updateoptions>-dP</updateoptions>
134 <removeoptions>-f</removeoptions>
135 <revertoptions>-C -d -P</revertoptions>
136 <diffoptions>-u3 -p</diffoptions>
137 <rshoptions/>
138 </kdevcvs>
139 <kdevcppsupport>
140 <codecompletion>
141 <includeGlobalFunctions>true</includeGlobalFunctions>
142 <includeTypes>true</includeTypes>
143 <includeEnums>true</includeEnums>
144 <includeTypedefs>false</includeTypedefs>
145 <automaticCodeCompletion>true</automaticCodeCompletion>
146 <automaticArgumentsHint>true</automaticArgumentsHint>
147 <codeCompletionDelay>250</codeCompletionDelay>
148 <argumentsHintDelay>400</argumentsHintDelay>
149 <automaticHeaderCompletion>true</automaticHeaderCompletion>
150 <headerCompletionDelay>250</headerCompletionDelay>
151 </codecompletion>
152 <references/>
153 </kdevcppsupport>
154 <cppsupportpart>
155 <filetemplates>
156 <interfacesuffix>.h</interfacesuffix>
157 <implementationsuffix>.cpp</implementationsuffix>
158 </filetemplates>
159 </cppsupportpart>
160 </kdevelop>