source: trunk/Taper/taper.kdevelop@ 4346

Last change on this file since 4346 was 4307, checked in by merck, 20 years ago
new project
File size: 4.3 KB
Line 
1<?xml version = '1.0'?>
2<kdevelop>
3 <general>
4 <author>Martin Merck</author>
5 <email>merck@astro.uni-wuerzburg.de</email>
6 <version>0.1</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 </general>
20 <kdevautoproject>
21 <general>
22 <activetarget>src/taper</activetarget>
23 <useconfiguration>debug</useconfiguration>
24 </general>
25 <run>
26 <mainprogram>src/taper</mainprogram>
27 <terminal>false</terminal>
28 </run>
29 <make>
30 <envvars>
31 <envvar value="1" name="WANT_AUTOCONF_2_5" />
32 <envvar value="1" name="WANT_AUTOMAKE_1_6" />
33 </envvars>
34 <abortonerror>false</abortonerror>
35 <numberofjobs>1</numberofjobs>
36 <dontact>false</dontact>
37 <makebin/>
38 </make>
39 <configurations>
40 <optimized>
41 <builddir>optimized</builddir>
42 <ccompiler>kdevgccoptions</ccompiler>
43 <cxxcompiler>kdevgppoptions</cxxcompiler>
44 <f77compiler>kdevg77options</f77compiler>
45 <cxxflags>-O2 -g0</cxxflags>
46 </optimized>
47 <debug>
48 <configargs>--enable-debug=full</configargs>
49 <builddir>debug</builddir>
50 <ccompiler>kdevgccoptions</ccompiler>
51 <cxxcompiler>kdevgppoptions</cxxcompiler>
52 <f77compiler>kdevg77options</f77compiler>
53 <cxxflags>-O0 -g3</cxxflags>
54 </debug>
55 </configurations>
56 </kdevautoproject>
57 <kdevfileview>
58 <groups>
59 <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
60 <group pattern="*.ui" name="User Interface" />
61 <group pattern="*.png" name="Icons" />
62 <group pattern="*.po;*.ts" name="Translations" />
63 <group pattern="*" name="Others" />
64 </groups>
65 <tree>
66 <hidenonprojectfiles>false</hidenonprojectfiles>
67 <hidepatterns>*.o,*.lo,CVS</hidepatterns>
68 </tree>
69 </kdevfileview>
70 <kdevdoctreeview>
71 <ignoretocs>
72 <toc>ada</toc>
73 <toc>ada_bugs_gcc</toc>
74 <toc>bash</toc>
75 <toc>bash_bugs</toc>
76 <toc>clanlib</toc>
77 <toc>w3c-dom-level2-html</toc>
78 <toc>fortran_bugs_gcc</toc>
79 <toc>gnome1</toc>
80 <toc>gnustep</toc>
81 <toc>gtk</toc>
82 <toc>gtk_bugs</toc>
83 <toc>haskell</toc>
84 <toc>haskell_bugs_ghc</toc>
85 <toc>java_bugs_gcc</toc>
86 <toc>java_bugs_sun</toc>
87 <toc>pascal_bugs_fp</toc>
88 <toc>php</toc>
89 <toc>php_bugs</toc>
90 <toc>perl</toc>
91 <toc>perl_bugs</toc>
92 <toc>python</toc>
93 <toc>python_bugs</toc>
94 <toc>ruby</toc>
95 <toc>ruby_bugs</toc>
96 <toc>sdl</toc>
97 <toc>w3c-svg</toc>
98 <toc>sw</toc>
99 <toc>w3c-uaag10</toc>
100 <toc>wxwindows_bugs</toc>
101 </ignoretocs>
102 <ignoreqt_xml>
103 <toc>qmake User Guide</toc>
104 </ignoreqt_xml>
105 </kdevdoctreeview>
106 <kdevdebugger>
107 <general>
108 <dbgshell>libtool</dbgshell>
109 <programargs/>
110 <gdbpath/>
111 <breakonloadinglibs>true</breakonloadinglibs>
112 <separatetty>false</separatetty>
113 <floatingtoolbar>false</floatingtoolbar>
114 <runappinappdirectory>true</runappinappdirectory>
115 </general>
116 <display>
117 <staticmembers>false</staticmembers>
118 <demanglenames>true</demanglenames>
119 </display>
120 </kdevdebugger>
121 <kdevfilecreate>
122 <filetypes/>
123 <useglobaltypes>
124 <type ext="ui" />
125 <type ext="cpp" />
126 <type ext="h" />
127 </useglobaltypes>
128 </kdevfilecreate>
129 <kdevcvs>
130 <cvsoptions>-f</cvsoptions>
131 <commitoptions/>
132 <updateoptions>-dP</updateoptions>
133 <addoptions/>
134 <removeoptions>-f</removeoptions>
135 <diffoptions>-u3 -p</diffoptions>
136 <logoptions/>
137 <rshoptions/>
138 </kdevcvs>
139 <cppsupportpart>
140 <codecompletion/>
141 <filetemplates>
142 <choosefiles>false</choosefiles>
143 <interfaceURL/>
144 <implementationURL/>
145 <interfacesuffix>.h</interfacesuffix>
146 <implementationsuffix>.cpp</implementationsuffix>
147 <lowercasefilenames>true</lowercasefilenames>
148 </filetemplates>
149 </cppsupportpart>
150 <kdevclassview>
151 <folderhierarchy>true</folderhierarchy>
152 <depthoffolders>2</depthoffolders>
153 </kdevclassview>
154</kdevelop>
Note: See TracBrowser for help on using the repository browser.