Add a CROM_GET_CABABILITY check for those DVDROMs that will reject CDROMVOLREAD.
[xiph/unicode.git] / ghost / Ghost.kdevelop
blobe8d30df5754af34969727d948de1a9555230f26d
1 <?xml version = '1.0'?>
2 <kdevelop>
3 <general>
4 <author>Jean-Marc Valin</author>
5 <email>jean-marc.valin@usherbrooke.ca</email>
6 <version>$VERSION$</version>
7 <projectmanagement>KDevAutoProject</projectmanagement>
8 <primarylanguage>C</primarylanguage>
9 <ignoreparts/>
10 <projectdirectory>.</projectdirectory>
11 <absoluteprojectpath>false</absoluteprojectpath>
12 <description></description>
13 <projectname>Ghost</projectname>
14 <defaultencoding></defaultencoding>
15 </general>
16 <kdevautoproject>
17 <general>
18 <activetarget>libghost/libghost.la</activetarget>
19 <useconfiguration>default</useconfiguration>
20 </general>
21 <run>
22 <mainprogram>libghost/testghost</mainprogram>
23 <directoryradio>executable</directoryradio>
24 <runarguments>
25 <testghost/>
26 </runarguments>
27 <customdirectory>/</customdirectory>
28 <programargs/>
29 <terminal>false</terminal>
30 <autocompile>true</autocompile>
31 <envvars/>
32 </run>
33 <configurations>
34 <optimized>
35 <builddir>optimized</builddir>
36 <ccompiler>GccOptions</ccompiler>
37 <cxxcompiler>GppOptions</cxxcompiler>
38 <f77compiler>G77Options</f77compiler>
39 <cflags>-O2 -g0</cflags>
40 </optimized>
41 <debug>
42 <configargs>--enable-debug=full</configargs>
43 <builddir>debug</builddir>
44 <ccompiler>GccOptions</ccompiler>
45 <cxxcompiler>GppOptions</cxxcompiler>
46 <f77compiler>G77Options</f77compiler>
47 <cflags>-O0 -g3</cflags>
48 </debug>
49 </configurations>
50 <make>
51 <envvars>
52 <envvar value="1" name="WANT_AUTOCONF_2_5" />
53 <envvar value="1" name="WANT_AUTOMAKE_1_6" />
54 </envvars>
55 </make>
56 </kdevautoproject>
57 <kdevdebugger>
58 <general>
59 <dbgshell>libtool</dbgshell>
60 <programargs/>
61 <gdbpath></gdbpath>
62 <configGdbScript></configGdbScript>
63 <runShellScript></runShellScript>
64 <runGdbScript></runGdbScript>
65 <breakonloadinglibs>true</breakonloadinglibs>
66 <separatetty>false</separatetty>
67 <floatingtoolbar>false</floatingtoolbar>
68 </general>
69 <display>
70 <staticmembers>false</staticmembers>
71 <demanglenames>true</demanglenames>
72 <outputradix>10</outputradix>
73 </display>
74 </kdevdebugger>
75 <kdevdoctreeview>
76 <ignoretocs>
77 <toc>ada</toc>
78 <toc>ada_bugs_gcc</toc>
79 <toc>bash</toc>
80 <toc>bash_bugs</toc>
81 <toc>clanlib</toc>
82 <toc>fortran_bugs_gcc</toc>
83 <toc>gnome1</toc>
84 <toc>gnustep</toc>
85 <toc>gtk</toc>
86 <toc>gtk_bugs</toc>
87 <toc>haskell</toc>
88 <toc>haskell_bugs_ghc</toc>
89 <toc>java_bugs_gcc</toc>
90 <toc>java_bugs_sun</toc>
91 <toc>kde2book</toc>
92 <toc>libstdc++</toc>
93 <toc>opengl</toc>
94 <toc>pascal_bugs_fp</toc>
95 <toc>php</toc>
96 <toc>php_bugs</toc>
97 <toc>perl</toc>
98 <toc>perl_bugs</toc>
99 <toc>python</toc>
100 <toc>python_bugs</toc>
101 <toc>qt-kdev3</toc>
102 <toc>ruby</toc>
103 <toc>ruby_bugs</toc>
104 <toc>sdl</toc>
105 <toc>stl</toc>
106 <toc>sw</toc>
107 <toc>w3c-dom-level2-html</toc>
108 <toc>w3c-svg</toc>
109 <toc>w3c-uaag10</toc>
110 <toc>wxwidgets_bugs</toc>
111 </ignoretocs>
112 <ignoreqt_xml>
113 <toc>Guide to the Qt Translation Tools</toc>
114 <toc>Qt Assistant Manual</toc>
115 <toc>Qt Designer Manual</toc>
116 <toc>Qt Reference Documentation</toc>
117 <toc>qmake User Guide</toc>
118 </ignoreqt_xml>
119 <ignoredoxygen>
120 <toc>KDE Libraries (Doxygen)</toc>
121 </ignoredoxygen>
122 </kdevdoctreeview>
123 <kdevfilecreate>
124 <filetypes/>
125 <useglobaltypes>
126 <type ext="c" />
127 <type ext="h" />
128 </useglobaltypes>
129 </kdevfilecreate>
130 <kdevcppsupport>
131 <references/>
132 <codecompletion>
133 <includeGlobalFunctions>true</includeGlobalFunctions>
134 <includeTypes>true</includeTypes>
135 <includeEnums>true</includeEnums>
136 <includeTypedefs>false</includeTypedefs>
137 <automaticCodeCompletion>false</automaticCodeCompletion>
138 <automaticArgumentsHint>true</automaticArgumentsHint>
139 <automaticHeaderCompletion>true</automaticHeaderCompletion>
140 <codeCompletionDelay>250</codeCompletionDelay>
141 <argumentsHintDelay>400</argumentsHintDelay>
142 <headerCompletionDelay>250</headerCompletionDelay>
143 <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
144 <completionBoxItemOrder>0</completionBoxItemOrder>
145 <howEvaluationContextMenu>true</howEvaluationContextMenu>
146 <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
147 <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
148 <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
149 <processPrimaryTypes>true</processPrimaryTypes>
150 <processFunctionArguments>false</processFunctionArguments>
151 <preProcessAllHeaders>false</preProcessAllHeaders>
152 <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
153 <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
154 <alwaysParseInBackground>true</alwaysParseInBackground>
155 <usePermanentCaching>true</usePermanentCaching>
156 <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
157 <includePaths>.;</includePaths>
158 </codecompletion>
159 <creategettersetter>
160 <prefixGet></prefixGet>
161 <prefixSet>set</prefixSet>
162 <prefixVariable>m_,_</prefixVariable>
163 <parameterName>theValue</parameterName>
164 <inlineGet>true</inlineGet>
165 <inlineSet>true</inlineSet>
166 </creategettersetter>
167 <qt>
168 <used>false</used>
169 <version>3</version>
170 <includestyle>3</includestyle>
171 <root>/usr/share/qt3</root>
172 <designerintegration>EmbeddedKDevDesigner</designerintegration>
173 <qmake>/usr/bin/qmake-qt3</qmake>
174 <designer>/usr/bin/designer-qt3</designer>
175 <designerpluginpaths/>
176 </qt>
177 <splitheadersource>
178 <enabled>false</enabled>
179 <synchronize>true</synchronize>
180 <orientation>Vertical</orientation>
181 </splitheadersource>
182 </kdevcppsupport>
183 <kdevfileview>
184 <groups>
185 <hidenonprojectfiles>false</hidenonprojectfiles>
186 <hidenonlocation>false</hidenonlocation>
187 </groups>
188 <tree>
189 <hidepatterns>*.o,*.lo,CVS</hidepatterns>
190 <hidenonprojectfiles>false</hidenonprojectfiles>
191 </tree>
192 </kdevfileview>
193 <cppsupportpart>
194 <filetemplates>
195 <interfacesuffix>.h</interfacesuffix>
196 <implementationsuffix>.cpp</implementationsuffix>
197 </filetemplates>
198 </cppsupportpart>
199 </kdevelop>