Subversion Repositories Projects

Rev

Rev 396 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
396 Brean 1
<?xml version = '1.0'?>
2
<kdevelop>
3
  <general>
4
    <author/>
5
    <email/>
440 Brean 6
    <version>libMK_branch</version>
396 Brean 7
    <projectmanagement>KDevTrollProject</projectmanagement>
8
    <primarylanguage>C++</primarylanguage>
9
    <keywords>
10
      <keyword>Mikrokopter</keyword>
11
      <keyword>Quadcopter</keyword>
12
      <keyword>C++</keyword>
13
      <keyword>QT</keyword>
14
    </keywords>
15
    <versioncontrol>kdevsubversion</versioncontrol>
16
    <ignoreparts/>
17
    <projectname>QMKGroundStation</projectname>
18
    <projectdirectory>.</projectdirectory>
19
    <absoluteprojectpath>false</absoluteprojectpath>
20
    <description/>
21
    <defaultencoding/>
22
  </general>
23
  <kdevfileview>
24
    <groups>
25
      <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
26
      <group pattern="*.ui" name="User Interface" />
27
      <group pattern="*.png" name="Icons" />
28
      <group pattern="*" name="Others" />
29
      <hidenonprojectfiles>false</hidenonprojectfiles>
30
      <hidenonlocation>false</hidenonlocation>
31
    </groups>
32
    <tree>
33
      <hidenonprojectfiles>false</hidenonprojectfiles>
34
      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
35
      <showvcsfields>false</showvcsfields>
36
    </tree>
37
  </kdevfileview>
38
  <kdevcppsupport>
39
    <qt>
40
      <used>true</used>
41
      <version>4</version>
42
      <includestyle>4</includestyle>
43
      <designerintegration>ExternalDesigner</designerintegration>
44
      <qmake>/usr/bin/qmake-qt4</qmake>
45
      <designer>/usr/bin/designer-qt4</designer>
46
      <root>/usr/lib/qt4</root>
47
      <designerpluginpaths/>
48
    </qt>
49
    <references/>
50
    <codecompletion>
51
      <automaticCodeCompletion>false</automaticCodeCompletion>
52
      <automaticArgumentsHint>true</automaticArgumentsHint>
53
      <automaticHeaderCompletion>true</automaticHeaderCompletion>
54
      <codeCompletionDelay>250</codeCompletionDelay>
55
      <argumentsHintDelay>400</argumentsHintDelay>
56
      <headerCompletionDelay>250</headerCompletionDelay>
57
      <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
58
      <completionBoxItemOrder>0</completionBoxItemOrder>
59
      <howEvaluationContextMenu>true</howEvaluationContextMenu>
60
      <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
61
      <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
62
      <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
63
      <processPrimaryTypes>true</processPrimaryTypes>
64
      <processFunctionArguments>false</processFunctionArguments>
65
      <preProcessAllHeaders>false</preProcessAllHeaders>
66
      <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
67
      <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
68
      <alwaysParseInBackground>true</alwaysParseInBackground>
69
      <usePermanentCaching>true</usePermanentCaching>
70
      <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
71
      <includePaths>.;</includePaths>
72
    </codecompletion>
73
    <creategettersetter>
74
      <prefixGet/>
75
      <prefixSet>set</prefixSet>
76
      <prefixVariable>m_,_</prefixVariable>
77
      <parameterName>theValue</parameterName>
78
      <inlineGet>true</inlineGet>
79
      <inlineSet>true</inlineSet>
80
    </creategettersetter>
81
    <splitheadersource>
82
      <enabled>false</enabled>
83
      <synchronize>true</synchronize>
84
      <orientation>Vertical</orientation>
85
    </splitheadersource>
86
  </kdevcppsupport>
87
  <kdevdoctreeview>
88
    <ignoretocs>
89
      <toc>bash</toc>
90
      <toc>bash_bugs</toc>
91
      <toc>clanlib</toc>
92
      <toc>fortran_bugs_gcc</toc>
93
      <toc>gnome1</toc>
94
      <toc>gnustep</toc>
95
      <toc>gtk</toc>
96
      <toc>gtk_bugs</toc>
97
      <toc>haskell</toc>
98
      <toc>haskell_bugs_ghc</toc>
99
      <toc>java_bugs_gcc</toc>
100
      <toc>java_bugs_sun</toc>
101
      <toc>kde2book</toc>
102
      <toc>opengl</toc>
103
      <toc>pascal_bugs_fp</toc>
104
      <toc>php</toc>
105
      <toc>php_bugs</toc>
106
      <toc>perl</toc>
107
      <toc>perl_bugs</toc>
108
      <toc>python</toc>
109
      <toc>python_bugs</toc>
110
      <toc>qt-kdev3</toc>
111
      <toc>ruby</toc>
112
      <toc>ruby_bugs</toc>
113
      <toc>sdl</toc>
114
      <toc>stl</toc>
115
      <toc>sw</toc>
116
      <toc>w3c-dom-level2-html</toc>
117
      <toc>w3c-svg</toc>
118
      <toc>w3c-uaag10</toc>
119
      <toc>wxwidgets_bugs</toc>
120
    </ignoretocs>
121
    <ignoredoxygen>
122
      <toc>KDE Libraries (Doxygen)</toc>
123
    </ignoredoxygen>
124
  </kdevdoctreeview>
125
  <kdevdebugger>
126
    <general>
127
      <dbgshell/>
128
      <breakpoints/>
129
      <programargs/>
130
      <gdbpath>/usr/bin/gdb</gdbpath>
131
      <breakonloadinglibs>true</breakonloadinglibs>
132
      <separatetty>false</separatetty>
133
      <floatingtoolbar>false</floatingtoolbar>
134
      <configGdbScript/>
135
      <runShellScript/>
136
      <runGdbScript/>
137
      <raiseGDBOnStart>false</raiseGDBOnStart>
138
    </general>
139
    <display>
140
      <staticmembers>false</staticmembers>
141
      <demanglenames>true</demanglenames>
142
      <outputradix>10</outputradix>
143
    </display>
144
    <breakpoints/>
145
  </kdevdebugger>
146
  <kdevtrollproject>
147
    <run>
440 Brean 148
      <mainprogram>/home/andreas/uni/Mikrokopter/QMK-Groundstation/branches/libMK/build/bin/QMK-Groundstation</mainprogram>
396 Brean 149
      <programargs/>
150
      <directoryradio>executable</directoryradio>
151
      <globaldebugarguments/>
152
      <globalcwd>.</globalcwd>
153
      <useglobalprogram>true</useglobalprogram>
154
      <terminal>false</terminal>
155
      <autocompile>false</autocompile>
156
      <autoinstall>false</autoinstall>
157
      <autokdesu>false</autokdesu>
158
      <envvars/>
159
    </run>
160
    <general>
161
      <activedir></activedir>
162
    </general>
163
    <make>
164
      <abortonerror>true</abortonerror>
165
      <runmultiplejobs>false</runmultiplejobs>
166
      <numberofjobs>1</numberofjobs>
167
      <dontact>false</dontact>
168
      <makebin/>
169
      <prio>0</prio>
170
      <envvars/>
171
    </make>
172
    <qmake>
173
      <savebehaviour>2</savebehaviour>
174
      <replacePaths>false</replacePaths>
175
      <disableDefaultOpts>true</disableDefaultOpts>
176
      <enableFilenamesOnly>false</enableFilenamesOnly>
177
      <showVariablesInTree>true</showVariablesInTree>
178
      <showParseErrors>true</showParseErrors>
440 Brean 179
      <projectfile>/home/andreas/uni/Mikrokopter/QMK-Groundstation/branches/libMK/eeepc.pro</projectfile>
396 Brean 180
    </qmake>
181
  </kdevtrollproject>
182
  <workspace>
183
    <openfiles/>
184
  </workspace>
185
  <kdevfilecreate>
186
    <filetypes/>
187
    <useglobaltypes>
188
      <type ext="ui" />
189
      <type ext="qrc" />
190
      <type ext="cpp" />
191
      <type ext="h" />
192
      <type ext="ts" />
193
    </useglobaltypes>
194
  </kdevfilecreate>
195
  <kdevdocumentation>
196
    <projectdoc>
197
      <docsystem>Doxygen Documentation Collection</docsystem>
198
      <docurl>QMKGroundStation.tag</docurl>
199
      <usermanualurl/>
200
    </projectdoc>
201
  </kdevdocumentation>
202
  <substmap>
203
    <APPNAME>QMKGroundStation</APPNAME>
204
    <APPNAMELC>QMKGroundStation</APPNAMELC>
205
    <APPNAMESC>QMKGroundStation</APPNAMESC>
206
    <APPNAMEUC>QMKGROUNDSTATION</APPNAMEUC>
207
    <AUTHOR/>
208
    <DESIGNER/>
209
    <EMAIL>user@localhost</EMAIL>
210
    <LICENSE>GPL</LICENSE>
211
    <LICENSEFILE>COPYING</LICENSEFILE>
212
    <QMAKE/>
440 Brean 213
    <VERSION>libMK_branch</VERSION>
396 Brean 214
    <YEAR>2009</YEAR>
440 Brean 215
    <dest>branches/libMK</dest>
396 Brean 216
  </substmap>
217
  <cppsupportpart>
218
    <filetemplates>
219
      <interfacesuffix>.h</interfacesuffix>
220
      <implementationsuffix>.cpp</implementationsuffix>
221
    </filetemplates>
222
  </cppsupportpart>
223
</kdevelop>