TheKarmaWay.pro.user 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE QtCreatorProject>
  3. <!-- Written by Qt Creator 2.4.1, 2012-05-04T14:33:12. -->
  4. <qtcreator>
  5. <data>
  6. <variable>ProjectExplorer.Project.ActiveTarget</variable>
  7. <value type="int">0</value>
  8. </data>
  9. <data>
  10. <variable>ProjectExplorer.Project.EditorSettings</variable>
  11. <valuemap type="QVariantMap">
  12. <value type="bool" key="EditorConfiguration.AutoIndent">true</value>
  13. <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
  14. <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
  15. <value type="QString" key="language">Cpp</value>
  16. <valuemap type="QVariantMap" key="value">
  17. <value type="QString" key="CurrentPreferences">CppGlobal</value>
  18. </valuemap>
  19. </valuemap>
  20. <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
  21. <value type="QString" key="language">QmlJS</value>
  22. <valuemap type="QVariantMap" key="value">
  23. <value type="QString" key="CurrentPreferences">QmlJSGlobal</value>
  24. </valuemap>
  25. </valuemap>
  26. <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
  27. <value type="QByteArray" key="EditorConfiguration.Codec">System</value>
  28. <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
  29. <value type="int" key="EditorConfiguration.IndentSize">4</value>
  30. <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
  31. <value type="int" key="EditorConfiguration.PaddingMode">1</value>
  32. <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
  33. <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
  34. <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
  35. <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
  36. <value type="int" key="EditorConfiguration.TabSize">8</value>
  37. <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
  38. <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
  39. <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
  40. <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
  41. <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
  42. <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
  43. </valuemap>
  44. </data>
  45. <data>
  46. <variable>ProjectExplorer.Project.PluginSettings</variable>
  47. <valuemap type="QVariantMap"/>
  48. </data>
  49. <data>
  50. <variable>ProjectExplorer.Project.Target.0</variable>
  51. <valuemap type="QVariantMap">
  52. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Harmattan</value>
  53. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Harmattan</value>
  54. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Target.HarmattanDeviceTarget</value>
  55. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
  56. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  57. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  58. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  59. <value type="QString" key="ProjectExplorer.BuildCOnfiguration.ToolChain">Qt4ProjectManager.ToolChain.Maemo:c:/qtsdk/madde/targets/harmattan_10.2011.34-1_rt1.2/bin/gcc.unknown-unknown-unknown-unknown-unknown.C:/QtSDK/pythongdb/python_2.7based/gdb-arm-none-linux-gnueabi.exe</value>
  60. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  61. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  62. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  63. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  64. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  65. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  66. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value>
  67. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  68. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  69. </valuemap>
  70. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  71. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  72. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  73. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  74. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  75. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  76. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  77. </valuemap>
  78. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  79. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  80. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  81. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  82. </valuemap>
  83. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  84. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  85. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  86. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  87. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  88. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  89. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  90. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  91. </valuemap>
  92. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  93. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  94. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  95. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  96. </valuemap>
  97. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  98. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  99. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  100. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Harmattan Target - QEmu PR1.2 (Qt SDK) Release</value>
  101. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  102. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  103. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  104. <value type="QString" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory">C:/QtSDK/Projects/TheKarmaWay</value>
  105. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId">5</value>
  106. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">false</value>
  107. </valuemap>
  108. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  109. <value type="QString" key="ProjectExplorer.BuildCOnfiguration.ToolChain">INVALID</value>
  110. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  111. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  112. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  113. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  114. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  115. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  116. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value>
  117. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  118. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  119. </valuemap>
  120. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  121. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  122. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  123. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  124. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  125. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  126. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  127. </valuemap>
  128. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  129. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  130. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  131. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  132. </valuemap>
  133. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  134. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  135. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  136. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  137. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  138. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  139. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  140. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  141. </valuemap>
  142. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  143. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  144. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  145. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  146. </valuemap>
  147. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  148. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  149. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  150. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Harmattan Target - QEmu PR1.2 (Qt SDK) Debug</value>
  151. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  152. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  153. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  154. <value type="QString" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory">C:/QtSDK/Projects/TheKarmaWay</value>
  155. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId">-1</value>
  156. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">false</value>
  157. </valuemap>
  158. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">2</value>
  159. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  160. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  161. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  162. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Create Debian Package</value>
  163. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  164. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">MaemoDebianPackageCreationStep</value>
  165. </valuemap>
  166. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  167. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
  168. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Install Debian package to sysroot</value>
  169. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">MaemoInstallDebianPackageToSysrootStep</value>
  170. </valuemap>
  171. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  172. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy Debian package via SFTP upload</value>
  173. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  174. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">MaemoUploadAndInstallDpkgPackageStep</value>
  175. <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedFiles">
  176. <value type="QString">C:/QtSDK/Projects/TheKarmaWay/thekarmaway_0.0.1_armel.deb</value>
  177. <value type="QString">C:/QtSDK/Projects/thekarmaway/thekarmaway_1.0.0_armel.deb</value>
  178. </valuelist>
  179. <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedHosts">
  180. <value type="QString">192.168.2.15</value>
  181. <value type="QString">192.168.2.15</value>
  182. </valuelist>
  183. <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedRemotePaths">
  184. <value type="QString"></value>
  185. <value type="QString"></value>
  186. </valuelist>
  187. <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedTimes">
  188. <value type="QDateTime">2012-04-10T23:00:45</value>
  189. <value type="QDateTime">2012-05-04T14:31:30</value>
  190. </valuelist>
  191. </valuemap>
  192. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  193. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
  194. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  195. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  196. </valuemap>
  197. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  198. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build Debian Package and Install to Harmattan Device</value>
  199. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  200. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">DeployToHarmattan</value>
  201. <value type="qulonglong" key="Qt4ProjectManager.MaemoRunConfiguration.DeviceId">1</value>
  202. </valuemap>
  203. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  204. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  205. <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
  206. <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
  207. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  208. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  209. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  210. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  211. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  212. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  213. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  214. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  215. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  216. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  217. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  218. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  219. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  220. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  221. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  222. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  223. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  224. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  225. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  226. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  227. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  228. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  229. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  230. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  231. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  232. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  233. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  234. <value type="int">0</value>
  235. <value type="int">1</value>
  236. <value type="int">2</value>
  237. <value type="int">3</value>
  238. <value type="int">4</value>
  239. <value type="int">5</value>
  240. <value type="int">6</value>
  241. <value type="int">7</value>
  242. <value type="int">8</value>
  243. <value type="int">9</value>
  244. <value type="int">10</value>
  245. <value type="int">11</value>
  246. <value type="int">12</value>
  247. <value type="int">13</value>
  248. <value type="int">14</value>
  249. </valuelist>
  250. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  251. <value type="int">0</value>
  252. <value type="int">1</value>
  253. <value type="int">2</value>
  254. <value type="int">3</value>
  255. <value type="int">4</value>
  256. <value type="int">5</value>
  257. <value type="int">6</value>
  258. <value type="int">7</value>
  259. <value type="int">8</value>
  260. <value type="int">9</value>
  261. <value type="int">10</value>
  262. <value type="int">11</value>
  263. <value type="int">12</value>
  264. <value type="int">13</value>
  265. <value type="int">14</value>
  266. </valuelist>
  267. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">TheKarmaWay (on Remote Device)</value>
  268. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  269. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MaemoRunConfiguration</value>
  270. <value type="QString" key="Qt4ProjectManager.MaemoRunConfiguration.Arguments"></value>
  271. <value type="int" key="Qt4ProjectManager.MaemoRunConfiguration.BaseEnvironmentBase">1</value>
  272. <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.ExportedLocalDirs"/>
  273. <value type="QString" key="Qt4ProjectManager.MaemoRunConfiguration.ProFile">TheKarmaWay.pro</value>
  274. <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.RemoteMountPoints"/>
  275. <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.UserEnvironmentChanges"/>
  276. <value type="QString" key="RemoteLinux.RunConfig.AlternateRemoteExecutable"></value>
  277. <value type="bool" key="RemoteLinux.RunConfig.UseAlternateRemoteExecutable">false</value>
  278. <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
  279. <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
  280. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  281. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">false</value>
  282. </valuemap>
  283. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  284. </valuemap>
  285. </data>
  286. <data>
  287. <variable>ProjectExplorer.Project.Target.1</variable>
  288. <valuemap type="QVariantMap">
  289. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Qt Simulator</value>
  290. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Qt Simulator</value>
  291. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Target.QtSimulatorTarget</value>
  292. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
  293. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  294. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  295. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  296. <value type="QString" key="ProjectExplorer.BuildCOnfiguration.ToolChain">ProjectExplorer.ToolChain.Mingw:C:/QtSDK/mingw/bin/mingw32-g++.exe.x86-windows-msys-pe-32bit.C:/QtSDK/pythongdb/python_2.7based/gdb-i686-pc-mingw32.exe</value>
  297. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  298. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  299. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  300. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  301. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  302. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  303. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value>
  304. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  305. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  306. </valuemap>
  307. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  308. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  309. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  310. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  311. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  312. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  313. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  314. </valuemap>
  315. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  316. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  317. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  318. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  319. </valuemap>
  320. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  321. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  322. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  323. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  324. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  325. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  326. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  327. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  328. </valuemap>
  329. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  330. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  331. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  332. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  333. </valuemap>
  334. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  335. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  336. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  337. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Simulator Qt for MinGW 4.4 (Qt SDK) Debug</value>
  338. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  339. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  340. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  341. <value type="QString" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory">C:/QtSDK/Projects/TheKarmaWay-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Debug</value>
  342. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId">2</value>
  343. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  344. </valuemap>
  345. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  346. <value type="QString" key="ProjectExplorer.BuildCOnfiguration.ToolChain">ProjectExplorer.ToolChain.Mingw:C:/QtSDK/mingw/bin/mingw32-g++.exe.x86-windows-msys-pe-32bit.C:/QtSDK/pythongdb/python_2.7based/gdb-i686-pc-mingw32.exe</value>
  347. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  348. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  349. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  350. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  351. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  352. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  353. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value>
  354. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  355. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  356. </valuemap>
  357. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  358. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  359. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  360. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  361. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  362. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  363. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  364. </valuemap>
  365. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  366. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  367. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  368. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  369. </valuemap>
  370. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  371. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  372. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  373. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  374. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  375. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  376. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  377. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  378. </valuemap>
  379. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  380. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  381. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  382. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  383. </valuemap>
  384. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  385. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  386. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  387. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Simulator Qt for MinGW 4.4 (Qt SDK) Release</value>
  388. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  389. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  390. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  391. <value type="QString" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory">C:/QtSDK/Projects/TheKarmaWay-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Release</value>
  392. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId">2</value>
  393. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  394. </valuemap>
  395. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">2</value>
  396. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  397. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  398. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
  399. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
  400. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  401. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  402. </valuemap>
  403. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  404. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">No deployment</value>
  405. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  406. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
  407. </valuemap>
  408. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  409. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  410. <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
  411. <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
  412. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  413. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  414. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  415. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  416. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  417. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  418. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  419. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  420. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  421. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  422. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  423. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  424. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  425. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  426. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  427. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  428. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  429. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  430. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  431. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  432. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  433. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  434. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  435. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  436. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  437. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  438. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  439. <value type="int">0</value>
  440. <value type="int">1</value>
  441. <value type="int">2</value>
  442. <value type="int">3</value>
  443. <value type="int">4</value>
  444. <value type="int">5</value>
  445. <value type="int">6</value>
  446. <value type="int">7</value>
  447. <value type="int">8</value>
  448. <value type="int">9</value>
  449. <value type="int">10</value>
  450. <value type="int">11</value>
  451. <value type="int">12</value>
  452. <value type="int">13</value>
  453. <value type="int">14</value>
  454. </valuelist>
  455. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  456. <value type="int">0</value>
  457. <value type="int">1</value>
  458. <value type="int">2</value>
  459. <value type="int">3</value>
  460. <value type="int">4</value>
  461. <value type="int">5</value>
  462. <value type="int">6</value>
  463. <value type="int">7</value>
  464. <value type="int">8</value>
  465. <value type="int">9</value>
  466. <value type="int">10</value>
  467. <value type="int">11</value>
  468. <value type="int">12</value>
  469. <value type="int">13</value>
  470. <value type="int">14</value>
  471. </valuelist>
  472. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">TheKarmaWay</value>
  473. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  474. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration</value>
  475. <value type="int" key="Qt4ProjectManager.Qt4RunConfiguration.BaseEnvironmentBase">2</value>
  476. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
  477. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">TheKarmaWay.pro</value>
  478. <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
  479. <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">false</value>
  480. <valuelist type="QVariantList" key="Qt4ProjectManager.Qt4RunConfiguration.UserEnvironmentChanges"/>
  481. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
  482. <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
  483. <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
  484. <value type="bool" key="RunConfiguration.UseQmlDebugger">true</value>
  485. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">false</value>
  486. </valuemap>
  487. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  488. </valuemap>
  489. </data>
  490. <data>
  491. <variable>ProjectExplorer.Project.TargetCount</variable>
  492. <value type="int">2</value>
  493. </data>
  494. <data>
  495. <variable>ProjectExplorer.Project.Updater.EnvironmentId</variable>
  496. <value type="QString">{856bdea3-bc80-4ffe-a7cf-9ffa94e1c98d}</value>
  497. </data>
  498. <data>
  499. <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
  500. <value type="int">10</value>
  501. </data>
  502. </qtcreator>