Subversion Repositories Projects

Rev

Rev 396 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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