Subversion Repositories svnkaklik

Rev

Rev 410 | Details | Compare with Previous | Last modification | View Log

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