root/boc-wimax.kdevelop

Revision d487507a127d2ccfdc3a728a39cd5e48ef066df7, 4.2 KB (checked in by Jeremy Lainé <jeremy.laine@…>, 3 years ago)

add KDevelop 3.x project for boc-wimax

  • Property mode set to 100644
Line 
1<?xml version = '1.0'?>
2<kdevelop>
3  <general>
4    <author>Jeremy Lainé</author>
5    <email>jeremy.laine@bolloretelecom.eu</email>
6    <version>1</version>
7    <projectmanagement>KDevCustomProject</projectmanagement>
8    <primarylanguage>C</primarylanguage>
9    <ignoreparts/>
10    <projectname>boc-wimax</projectname>
11  </general>
12  <kdevcustomproject>
13    <run>
14      <directoryradio>executable</directoryradio>
15      <mainprogram>build/src/boc-display</mainprogram>
16    </run>
17    <filetypes>
18      <filetype>*.h</filetype>
19      <filetype>*.c</filetype>
20      <filetype>CMakeLists.txt</filetype>
21    </filetypes>
22    <blacklist/>
23    <build>
24      <buildtool>make</buildtool>
25      <builddir>build</builddir>
26    </build>
27  </kdevcustomproject>
28  <kdevdebugger>
29    <general>
30      <dbgshell/>
31    </general>
32  </kdevdebugger>
33  <kdevdoctreeview>
34    <ignoretocs>
35      <toc>ada</toc>
36      <toc>ada_bugs_gcc</toc>
37      <toc>bash</toc>
38      <toc>bash_bugs</toc>
39      <toc>clanlib</toc>
40      <toc>fortran_bugs_gcc</toc>
41      <toc>gnome1</toc>
42      <toc>gnustep</toc>
43      <toc>gtk</toc>
44      <toc>gtk_bugs</toc>
45      <toc>haskell</toc>
46      <toc>haskell_bugs_ghc</toc>
47      <toc>java_bugs_gcc</toc>
48      <toc>java_bugs_sun</toc>
49      <toc>kde2book</toc>
50      <toc>libstdc++</toc>
51      <toc>opengl</toc>
52      <toc>pascal_bugs_fp</toc>
53      <toc>php</toc>
54      <toc>php_bugs</toc>
55      <toc>perl</toc>
56      <toc>perl_bugs</toc>
57      <toc>python</toc>
58      <toc>python_bugs</toc>
59      <toc>qt-kdev3</toc>
60      <toc>ruby</toc>
61      <toc>ruby_bugs</toc>
62      <toc>sdl</toc>
63      <toc>stl</toc>
64      <toc>sw</toc>
65      <toc>w3c-dom-level2-html</toc>
66      <toc>w3c-svg</toc>
67      <toc>w3c-uaag10</toc>
68      <toc>wxwidgets_bugs</toc>
69    </ignoretocs>
70    <ignoreqt_xml>
71      <toc>Guide to the Qt Translation Tools</toc>
72      <toc>Qt Assistant Manual</toc>
73      <toc>Qt Designer Manual</toc>
74      <toc>Qt Reference Documentation</toc>
75      <toc>qmake User Guide</toc>
76    </ignoreqt_xml>
77    <ignoredoxygen>
78      <toc>KDE Libraries (Doxygen)</toc>
79    </ignoredoxygen>
80  </kdevdoctreeview>
81  <kdevfilecreate>
82    <filetypes/>
83    <useglobaltypes>
84      <type ext="c" />
85      <type ext="h" />
86    </useglobaltypes>
87  </kdevfilecreate>
88  <kdevcppsupport>
89    <qt>
90      <used>false</used>
91      <version>3</version>
92      <includestyle>3</includestyle>
93      <root>/usr/share/qt3</root>
94      <designerintegration>EmbeddedKDevDesigner</designerintegration>
95      <qmake>/usr/bin/qmake-qt3</qmake>
96      <designer>/usr/bin/designer</designer>
97      <designerpluginpaths/>
98    </qt>
99    <references/>
100    <codecompletion>
101      <automaticCodeCompletion>false</automaticCodeCompletion>
102      <automaticArgumentsHint>true</automaticArgumentsHint>
103      <automaticHeaderCompletion>true</automaticHeaderCompletion>
104      <codeCompletionDelay>250</codeCompletionDelay>
105      <argumentsHintDelay>400</argumentsHintDelay>
106      <headerCompletionDelay>250</headerCompletionDelay>
107      <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
108      <completionBoxItemOrder>0</completionBoxItemOrder>
109      <howEvaluationContextMenu>true</howEvaluationContextMenu>
110      <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
111      <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
112      <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
113      <processPrimaryTypes>true</processPrimaryTypes>
114      <processFunctionArguments>false</processFunctionArguments>
115      <preProcessAllHeaders>false</preProcessAllHeaders>
116      <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
117      <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
118      <alwaysParseInBackground>true</alwaysParseInBackground>
119      <usePermanentCaching>true</usePermanentCaching>
120      <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
121      <includePaths>.;</includePaths>
122    </codecompletion>
123  </kdevcppsupport>
124  <kdevfileview>
125    <groups>
126      <hidenonprojectfiles>false</hidenonprojectfiles>
127      <hidenonlocation>false</hidenonlocation>
128    </groups>
129    <tree>
130      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
131      <hidenonprojectfiles>false</hidenonprojectfiles>
132    </tree>
133  </kdevfileview>
134</kdevelop>
Note: See TracBrowser for help on using the browser.