Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
335 Kevin 1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE QtCreatorProject>
3
<!-- Written by QtCreator 3.2.1, 2014-12-26T18:03:44. -->
4
<qtcreator>
5
 <data>
6
  <variable>EnvironmentId</variable>
7
  <value type="QByteArray">{739b1006-f22a-4cb7-9aed-d7d8d9de7c70}</value>
8
 </data>
9
 <data>
10
  <variable>ProjectExplorer.Project.ActiveTarget</variable>
11
  <value type="int">0</value>
12
 </data>
13
 <data>
14
  <variable>ProjectExplorer.Project.EditorSettings</variable>
15
  <valuemap type="QVariantMap">
16
   <value type="bool" key="EditorConfiguration.AutoIndent">true</value>
17
   <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
18
   <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
19
   <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
20
    <value type="QString" key="language">Cpp</value>
21
    <valuemap type="QVariantMap" key="value">
22
     <value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
23
    </valuemap>
24
   </valuemap>
25
   <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
26
    <value type="QString" key="language">QmlJS</value>
27
    <valuemap type="QVariantMap" key="value">
28
     <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
29
    </valuemap>
30
   </valuemap>
31
   <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
32
   <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
33
   <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
34
   <value type="int" key="EditorConfiguration.IndentSize">4</value>
35
   <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
36
   <value type="int" key="EditorConfiguration.MarginColumn">80</value>
37
   <value type="bool" key="EditorConfiguration.MouseHiding">true</value>
38
   <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
39
   <value type="int" key="EditorConfiguration.PaddingMode">1</value>
40
   <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
41
   <value type="bool" key="EditorConfiguration.ShowMargin">false</value>
42
   <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
43
   <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
44
   <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
45
   <value type="int" key="EditorConfiguration.TabSize">8</value>
46
   <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
47
   <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
48
   <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
49
   <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
50
   <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
51
   <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
52
  </valuemap>
53
 </data>
54
 <data>
55
  <variable>ProjectExplorer.Project.PluginSettings</variable>
56
  <valuemap type="QVariantMap"/>
57
 </data>
58
 <data>
59
  <variable>ProjectExplorer.Project.Target.0</variable>
60
  <valuemap type="QVariantMap">
61
   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.3 GCC 64bit</value>
62
   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.3 GCC 64bit</value>
63
   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.53.gcc_64_kit</value>
64
   <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
65
   <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
66
   <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
67
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
68
    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/kevin/Documents/School/VTech/Fall 2014/ECE 5505/Final Project/build-Project-Desktop_Qt_5_3_GCC_64bit-Debug</value>
69
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
70
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
71
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
72
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
73
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
74
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
75
      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
76
      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value>
77
      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
78
      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
79
     </valuemap>
80
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
81
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
82
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
83
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
84
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
85
      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
86
       <value type="QString">-w</value>
87
       <value type="QString">-r</value>
88
      </valuelist>
89
      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
90
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
91
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
92
     </valuemap>
93
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
94
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
95
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
96
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
97
    </valuemap>
98
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
99
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
100
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
101
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
102
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
103
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
104
      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
105
       <value type="QString">-w</value>
106
       <value type="QString">-r</value>
107
      </valuelist>
108
      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
109
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
110
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
111
     </valuemap>
112
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
113
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
114
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
115
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
116
    </valuemap>
117
    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
118
    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
119
    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
120
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
121
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
122
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
123
    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
124
    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
125
   </valuemap>
126
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
127
    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/kevin/Documents/School/VTech/Fall 2014/ECE 5505/Final Project/build-Project-Desktop_Qt_5_3_GCC_64bit-Release</value>
128
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
129
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
130
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
131
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
132
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
133
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
134
      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
135
      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value>
136
      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
137
      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
138
     </valuemap>
139
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
140
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
141
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
142
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
143
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
144
      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
145
       <value type="QString">-w</value>
146
       <value type="QString">-r</value>
147
      </valuelist>
148
      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
149
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
150
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
151
     </valuemap>
152
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
153
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
154
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
155
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
156
    </valuemap>
157
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
158
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
159
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
160
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
161
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
162
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
163
      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
164
       <value type="QString">-w</value>
165
       <value type="QString">-r</value>
166
      </valuelist>
167
      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
168
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
169
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
170
     </valuemap>
171
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
172
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
173
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
174
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
175
    </valuemap>
176
    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
177
    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
178
    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
179
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
180
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
181
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
182
    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
183
    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
184
   </valuemap>
185
   <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">2</value>
186
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
187
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
188
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
189
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
190
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
191
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
192
    </valuemap>
193
    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
194
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
195
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
196
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
197
   </valuemap>
198
   <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
199
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
200
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
201
    <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
202
    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
203
    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
204
    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
205
    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
206
    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
207
    <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
208
    <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
209
    <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
210
    <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
211
    <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
212
    <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
213
    <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
214
    <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
215
    <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
216
    <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
217
    <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
218
    <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
219
     <value type="int">0</value>
220
     <value type="int">1</value>
221
     <value type="int">2</value>
222
     <value type="int">3</value>
223
     <value type="int">4</value>
224
     <value type="int">5</value>
225
     <value type="int">6</value>
226
     <value type="int">7</value>
227
     <value type="int">8</value>
228
     <value type="int">9</value>
229
     <value type="int">10</value>
230
     <value type="int">11</value>
231
     <value type="int">12</value>
232
     <value type="int">13</value>
233
     <value type="int">14</value>
234
    </valuelist>
235
    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
236
    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
237
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Project</value>
238
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
239
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/kevin/Documents/School/VTech/Fall 2014/ECE 5505/Final Project/Project/Project.pro</value>
240
    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
241
    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">Project.pro</value>
242
    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
243
    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">false</value>
244
    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
245
    <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
246
    <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
247
    <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
248
    <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
249
    <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
250
    <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
251
   </valuemap>
252
   <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
253
  </valuemap>
254
 </data>
255
 <data>
256
  <variable>ProjectExplorer.Project.Target.1</variable>
257
  <valuemap type="QVariantMap">
258
   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Static</value>
259
   <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Static</value>
260
   <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{6236aba3-7976-4023-80ae-71d56b652cca}</value>
261
   <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
262
   <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
263
   <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
264
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
265
    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/kevin/Documents/School/VTech/Fall 2014/ECE 5505/Final Project/build-Project-Static-Debug</value>
266
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
267
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
268
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
269
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
270
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
271
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
272
      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
273
      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value>
274
      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
275
      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
276
     </valuemap>
277
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
278
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
279
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
280
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
281
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
282
      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
283
       <value type="QString">-w</value>
284
       <value type="QString">-r</value>
285
      </valuelist>
286
      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
287
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
288
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
289
     </valuemap>
290
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
291
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
292
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
293
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
294
    </valuemap>
295
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
296
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
297
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
298
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
299
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
300
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
301
      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
302
       <value type="QString">-w</value>
303
       <value type="QString">-r</value>
304
      </valuelist>
305
      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
306
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
307
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
308
     </valuemap>
309
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
310
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
311
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
312
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
313
    </valuemap>
314
    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
315
    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
316
    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
317
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
318
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
319
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
320
    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
321
    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
322
   </valuemap>
323
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
324
    <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/kevin/Documents/School/VTech/Fall 2014/ECE 5505/Final Project/build-Project-Static-Release</value>
325
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
326
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
327
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
328
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
329
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
330
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
331
      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
332
      <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value>
333
      <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
334
      <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
335
     </valuemap>
336
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
337
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
338
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
339
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
340
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
341
      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
342
       <value type="QString">-w</value>
343
       <value type="QString">-r</value>
344
      </valuelist>
345
      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
346
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
347
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
348
     </valuemap>
349
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
350
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
351
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
352
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
353
    </valuemap>
354
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
355
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
356
      <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
357
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
358
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
359
      <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
360
      <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
361
       <value type="QString">-w</value>
362
       <value type="QString">-r</value>
363
      </valuelist>
364
      <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
365
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
366
      <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
367
     </valuemap>
368
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
369
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
370
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
371
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
372
    </valuemap>
373
    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
374
    <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
375
    <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
376
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
377
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
378
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
379
    <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
380
    <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
381
   </valuemap>
382
   <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">2</value>
383
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
384
    <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
385
     <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
386
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
387
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
388
     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
389
    </valuemap>
390
    <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
391
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
392
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
393
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
394
   </valuemap>
395
   <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
396
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
397
   <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
398
    <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
399
    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
400
    <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
401
    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
402
    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
403
    <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
404
    <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
405
    <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
406
    <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
407
    <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
408
    <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
409
    <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
410
    <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
411
    <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
412
    <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
413
    <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
414
    <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
415
    <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
416
     <value type="int">0</value>
417
     <value type="int">1</value>
418
     <value type="int">2</value>
419
     <value type="int">3</value>
420
     <value type="int">4</value>
421
     <value type="int">5</value>
422
     <value type="int">6</value>
423
     <value type="int">7</value>
424
     <value type="int">8</value>
425
     <value type="int">9</value>
426
     <value type="int">10</value>
427
     <value type="int">11</value>
428
     <value type="int">12</value>
429
     <value type="int">13</value>
430
     <value type="int">14</value>
431
    </valuelist>
432
    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
433
    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
434
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Project</value>
435
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
436
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/kevin/Documents/School/VTech/Fall 2014/ECE 5505/Final Project/Project/Project.pro</value>
437
    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
438
    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">Project.pro</value>
439
    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
440
    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">false</value>
441
    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
442
    <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
443
    <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
444
    <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
445
    <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
446
    <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
447
    <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
448
   </valuemap>
449
   <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
450
  </valuemap>
451
 </data>
452
 <data>
453
  <variable>ProjectExplorer.Project.TargetCount</variable>
454
  <value type="int">2</value>
455
 </data>
456
 <data>
457
  <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
458
  <value type="int">16</value>
459
 </data>
460
 <data>
461
  <variable>Version</variable>
462
  <value type="int">16</value>
463
 </data>
464
</qtcreator>