Subversion Repositories svnkaklik

Rev

Rev 409 | Go to most recent revision | 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>
17
  </kdevcustomproject>
18
  <kdevdebugger>
19
    <general>
20
      <dbgshell/>
21
    </general>
22
  </kdevdebugger>
23
  <kdevdoctreeview>
24
    <ignoretocs>
25
      <toc>ada</toc>
26
      <toc>ada_bugs_gcc</toc>
27
      <toc>bash</toc>
28
      <toc>bash_bugs</toc>
29
      <toc>clanlib</toc>
30
      <toc>fortran_bugs_gcc</toc>
31
      <toc>gnome1</toc>
32
      <toc>gnustep</toc>
33
      <toc>gtk</toc>
34
      <toc>gtk_bugs</toc>
35
      <toc>haskell</toc>
36
      <toc>haskell_bugs_ghc</toc>
37
      <toc>java_bugs_gcc</toc>
38
      <toc>java_bugs_sun</toc>
39
      <toc>kde2book</toc>
40
      <toc>libstdc++</toc>
41
      <toc>opengl</toc>
42
      <toc>pascal_bugs_fp</toc>
43
      <toc>php</toc>
44
      <toc>php_bugs</toc>
45
      <toc>perl</toc>
46
      <toc>perl_bugs</toc>
47
      <toc>python</toc>
48
      <toc>python_bugs</toc>
49
      <toc>qt-kdev3</toc>
50
      <toc>ruby</toc>
51
      <toc>ruby_bugs</toc>
52
      <toc>sdl</toc>
53
      <toc>stl</toc>
54
      <toc>sw</toc>
55
      <toc>w3c-dom-level2-html</toc>
56
      <toc>w3c-svg</toc>
57
      <toc>w3c-uaag10</toc>
58
      <toc>wxwidgets_bugs</toc>
59
    </ignoretocs>
60
    <ignoreqt_xml>
61
      <toc>Guide to the Qt Translation Tools</toc>
62
      <toc>Qt Assistant Manual</toc>
63
      <toc>Qt Designer Manual</toc>
64
      <toc>Qt Reference Documentation</toc>
65
      <toc>qmake User Guide</toc>
66
    </ignoreqt_xml>
67
    <ignoredoxygen>
68
      <toc>KDE Libraries (Doxygen)</toc>
69
    </ignoredoxygen>
70
  </kdevdoctreeview>
71
  <kdevfilecreate>
72
    <filetypes/>
73
    <useglobaltypes>
74
      <type ext="c" />
75
      <type ext="h" />
76
    </useglobaltypes>
77
  </kdevfilecreate>
78
  <kdevcppsupport>
79
    <references/>
80
    <codecompletion>
81
      <includeGlobalFunctions>true</includeGlobalFunctions>
82
      <includeTypes>true</includeTypes>
83
      <includeEnums>true</includeEnums>
84
      <includeTypedefs>false</includeTypedefs>
85
      <automaticCodeCompletion>true</automaticCodeCompletion>
86
      <automaticArgumentsHint>true</automaticArgumentsHint>
87
      <automaticHeaderCompletion>true</automaticHeaderCompletion>
88
      <codeCompletionDelay>250</codeCompletionDelay>
89
      <argumentsHintDelay>400</argumentsHintDelay>
90
      <headerCompletionDelay>250</headerCompletionDelay>
387 kaklik 91
      <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
92
      <completionBoxItemOrder>0</completionBoxItemOrder>
93
      <howEvaluationContextMenu>true</howEvaluationContextMenu>
94
      <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
95
      <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
96
      <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
97
      <processPrimaryTypes>true</processPrimaryTypes>
98
      <processFunctionArguments>false</processFunctionArguments>
99
      <preProcessAllHeaders>false</preProcessAllHeaders>
100
      <parseMissingHeaders>false</parseMissingHeaders>
101
      <resolveIncludePaths>true</resolveIncludePaths>
102
      <alwaysParseInBackground>true</alwaysParseInBackground>
103
      <usePermanentCaching>true</usePermanentCaching>
104
      <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
105
      <includePaths>.;</includePaths>
182 kaklik 106
    </codecompletion>
387 kaklik 107
    <qt>
108
      <used>false</used>
109
      <version>3</version>
110
      <includestyle>3</includestyle>
111
      <root>/usr/share/qt3</root>
112
      <designerintegration>EmbeddedKDevDesigner</designerintegration>
113
      <qmake>/usr/bin/qmake-qt3</qmake>
114
      <designer></designer>
115
      <designerpluginpaths/>
116
    </qt>
182 kaklik 117
  </kdevcppsupport>
118
  <kdevfileview>
119
    <groups>
120
      <hidenonprojectfiles>false</hidenonprojectfiles>
121
      <hidenonlocation>false</hidenonlocation>
122
    </groups>
123
    <tree>
124
      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
125
      <hidenonprojectfiles>false</hidenonprojectfiles>
126
    </tree>
127
  </kdevfileview>
128
</kdevelop>