1<?xml version = '1.0'?>
2<kdevelop>
3  <general>
4    <author>glezmen</author>
5    <email>bokorn@tvn.hu</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      <keyword>SDL</keyword>
13    </keywords>
14  </general>
15  <kdevautoproject>
16    <general>
17      <activetarget>src/brikx</activetarget>
18      <useconfiguration>optimized</useconfiguration>
19    </general>
20    <run>
21      <mainprogram>src/brikx</mainprogram>
22      <terminal>true</terminal>
23      <directoryradio>executable</directoryradio>
24      <runarguments>
25        <brikx/>
26      </runarguments>
27    </run>
28    <configurations>
29      <optimized>
30        <builddir>optimized</builddir>
31        <ccompiler>kdevgccoptions</ccompiler>
32        <cxxcompiler>kdevgppoptions</cxxcompiler>
33        <f77compiler>kdevg77options</f77compiler>
34        <cxxflags>-O2 -g0</cxxflags>
35      </optimized>
36      <debug>
37        <configargs>--enable-debug=full</configargs>
38        <builddir>debug</builddir>
39        <ccompiler>kdevgccoptions</ccompiler>
40        <cxxcompiler>kdevgppoptions</cxxcompiler>
41        <f77compiler>kdevg77options</f77compiler>
42        <cxxflags>-O0 -g3</cxxflags>
43      </debug>
44    </configurations>
45    <configurations>
46      <default>
47        <ldflags>-lSDL</ldflags>
48      </default>
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  <kdevdoctreeview>
58    <ignoretocs>
59      <toc>ada</toc>
60      <toc>ada_bugs_gcc</toc>
61      <toc>bash</toc>
62      <toc>bash_bugs</toc>
63      <toc>w3c-dom-level2-html</toc>
64      <toc>fortran_bugs_gcc</toc>
65      <toc>gnome1</toc>
66      <toc>gnustep</toc>
67      <toc>gtk</toc>
68      <toc>gtk_bugs</toc>
69      <toc>haskell</toc>
70      <toc>haskell_bugs_ghc</toc>
71      <toc>java_bugs_gcc</toc>
72      <toc>java_bugs_sun</toc>
73      <toc>kde2book</toc>
74      <toc>opengl</toc>
75      <toc>pascal_bugs_fp</toc>
76      <toc>php</toc>
77      <toc>php_bugs</toc>
78      <toc>perl</toc>
79      <toc>perl_bugs</toc>
80      <toc>python</toc>
81      <toc>python_bugs</toc>
82      <toc>qt-kdev3</toc>
83      <toc>ruby</toc>
84      <toc>ruby_bugs</toc>
85      <toc>w3c-svg</toc>
86      <toc>sw</toc>
87      <toc>w3c-uaag10</toc>
88      <toc>wxwidgets_bugs</toc>
89    </ignoretocs>
90    <ignoreqt_xml>
91      <toc>Guide to the Qt Translation Tools</toc>
92      <toc>Qt Assistant Manual</toc>
93      <toc>Qt Designer Manual</toc>
94      <toc>Qt Reference Documentation</toc>
95      <toc>qmake User Guide</toc>
96    </ignoreqt_xml>
97    <ignoredoxygen>
98      <toc>KDE Libraries (Doxygen)</toc>
99    </ignoredoxygen>
100  </kdevdoctreeview>
101  <kdevfilecreate>
102    <useglobaltypes>
103      <type ext="cpp" />
104      <type ext="h" />
105    </useglobaltypes>
106  </kdevfilecreate>
107  <kdevcppsupport>
108    <references/>
109    <codecompletion>
110      <includeGlobalFunctions>true</includeGlobalFunctions>
111      <includeTypes>true</includeTypes>
112      <includeEnums>true</includeEnums>
113      <includeTypedefs>false</includeTypedefs>
114      <automaticCodeCompletion>true</automaticCodeCompletion>
115      <automaticArgumentsHint>true</automaticArgumentsHint>
116      <automaticHeaderCompletion>true</automaticHeaderCompletion>
117      <codeCompletionDelay>250</codeCompletionDelay>
118      <argumentsHintDelay>400</argumentsHintDelay>
119      <headerCompletionDelay>250</headerCompletionDelay>
120    </codecompletion>
121  </kdevcppsupport>
122  <kdevfileview>
123    <groups>
124      <hidenonprojectfiles>false</hidenonprojectfiles>
125      <hidenonlocation>false</hidenonlocation>
126    </groups>
127    <tree>
128      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
129      <hidenonprojectfiles>false</hidenonprojectfiles>
130    </tree>
131  </kdevfileview>
132</kdevelop>
133