harbour-golem.pro.user 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE QtCreatorProject>
  3. <!-- Written by QtCreator 4.14.2, 2021-07-05T01:03:38. -->
  4. <qtcreator>
  5. <data>
  6. <variable>EnvironmentId</variable>
  7. <value type="QByteArray">{9ae500ba-ed01-46e7-8def-15c9bb1210ec}</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. <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.2">
  32. <value type="QString" key="language">Nim</value>
  33. <valuemap type="QVariantMap" key="value">
  34. <value type="QByteArray" key="CurrentPreferences">NimGlobal</value>
  35. </valuemap>
  36. </valuemap>
  37. <value type="int" key="EditorConfiguration.CodeStyle.Count">3</value>
  38. <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
  39. <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
  40. <value type="int" key="EditorConfiguration.IndentSize">4</value>
  41. <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
  42. <value type="int" key="EditorConfiguration.MarginColumn">80</value>
  43. <value type="bool" key="EditorConfiguration.MouseHiding">true</value>
  44. <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
  45. <value type="int" key="EditorConfiguration.PaddingMode">1</value>
  46. <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
  47. <value type="bool" key="EditorConfiguration.ShowMargin">false</value>
  48. <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
  49. <value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value>
  50. <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
  51. <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
  52. <value type="int" key="EditorConfiguration.TabSize">8</value>
  53. <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
  54. <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
  55. <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
  56. <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
  57. <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
  58. <value type="QString" key="EditorConfiguration.ignoreFileTypes">*.md, *.MD, Makefile</value>
  59. <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
  60. <value type="bool" key="EditorConfiguration.skipTrailingWhitespace">true</value>
  61. </valuemap>
  62. </data>
  63. <data>
  64. <variable>ProjectExplorer.Project.PluginSettings</variable>
  65. <valuemap type="QVariantMap">
  66. <valuemap type="QVariantMap" key="AutoTest.ActiveFrameworks">
  67. <value type="bool" key="AutoTest.Framework.Boost">true</value>
  68. <value type="bool" key="AutoTest.Framework.Catch">true</value>
  69. <value type="bool" key="AutoTest.Framework.GTest">true</value>
  70. <value type="bool" key="AutoTest.Framework.QtQuickTest">true</value>
  71. <value type="bool" key="AutoTest.Framework.QtTest">true</value>
  72. </valuemap>
  73. <valuemap type="QVariantMap" key="AutoTest.CheckStates"/>
  74. <value type="int" key="AutoTest.RunAfterBuild">0</value>
  75. <value type="bool" key="AutoTest.UseGlobal">true</value>
  76. <valuelist type="QVariantList" key="ClangCodeModel.CustomCommandLineKey"/>
  77. <value type="bool" key="ClangCodeModel.UseGlobalConfig">true</value>
  78. <value type="QString" key="ClangCodeModel.WarningConfigId">Builtin.Questionable</value>
  79. <valuemap type="QVariantMap" key="ClangTools">
  80. <value type="bool" key="ClangTools.AnalyzeOpenFiles">true</value>
  81. <value type="bool" key="ClangTools.BuildBeforeAnalysis">true</value>
  82. <value type="QString" key="ClangTools.DiagnosticConfig">Builtin.DefaultTidyAndClazy</value>
  83. <value type="int" key="ClangTools.ParallelJobs">4</value>
  84. <valuelist type="QVariantList" key="ClangTools.SelectedDirs"/>
  85. <valuelist type="QVariantList" key="ClangTools.SelectedFiles"/>
  86. <valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/>
  87. <value type="bool" key="ClangTools.UseGlobalSettings">true</value>
  88. </valuemap>
  89. </valuemap>
  90. </data>
  91. <data>
  92. <variable>ProjectExplorer.Project.Target.0</variable>
  93. <valuemap type="QVariantMap">
  94. <value type="QString" key="DeviceType">Mer.Device.Type</value>
  95. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">SailfishOS-4.1.0.24-armv7hl (in Sailfish OS Build Engine)</value>
  96. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">SailfishOS-4.1.0.24-armv7hl (in Sailfish OS Build Engine)</value>
  97. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">SailfishOS-4.1.0.24-armv7hl</value>
  98. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
  99. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  100. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  101. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  102. <value type="int" key="EnableQmlDebugging">0</value>
  103. <value type="bool" key="MerBuildConfiguration.SignPackages">false</value>
  104. <value type="QString" key="MerBuildConfiguration.SigningPassphraseFile"></value>
  105. <value type="QString" key="MerBuildConfiguration.SigningUser"></value>
  106. <value type="QString" key="MerSfdkConfigurationAspect.Options"></value>
  107. <value type="QString" key="MerSpecFileAspect.Path"></value>
  108. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_4_1_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Debug</value>
  109. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_4_1_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Debug</value>
  110. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  111. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  112. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  113. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  114. </valuemap>
  115. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  116. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  117. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  118. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  119. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  120. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  121. </valuemap>
  122. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  123. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  124. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  125. </valuemap>
  126. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  127. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  128. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  129. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  130. </valuemap>
  131. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  132. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  133. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  134. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  135. </valuemap>
  136. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  137. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  138. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  139. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  140. </valuemap>
  141. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  142. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  143. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  144. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  145. </valuemap>
  146. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  147. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  148. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  149. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  150. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  151. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  152. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  153. <value type="int" key="RunSystemFunction">1</value>
  154. </valuemap>
  155. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  156. <value type="bool" key="MerBuildConfiguration.SignPackages">false</value>
  157. <value type="QString" key="MerBuildConfiguration.SigningPassphraseFile"></value>
  158. <value type="QString" key="MerBuildConfiguration.SigningUser"></value>
  159. <value type="QString" key="MerSfdkConfigurationAspect.Options"></value>
  160. <value type="QString" key="MerSpecFileAspect.Path"></value>
  161. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_4_1_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Release</value>
  162. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_4_1_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Release</value>
  163. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  164. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  165. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  166. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  167. </valuemap>
  168. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  169. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  170. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  171. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  172. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  173. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  174. </valuemap>
  175. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  176. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  177. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  178. </valuemap>
  179. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  180. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  181. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  182. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  183. </valuemap>
  184. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  185. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  186. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  187. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  188. </valuemap>
  189. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  190. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  191. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  192. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  193. </valuemap>
  194. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  195. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  196. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  197. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  198. </valuemap>
  199. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  200. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  201. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  202. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  203. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  204. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  205. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  206. <value type="int" key="RunSystemFunction">1</value>
  207. </valuemap>
  208. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
  209. <value type="int" key="EnableQmlDebugging">0</value>
  210. <value type="bool" key="MerBuildConfiguration.SignPackages">false</value>
  211. <value type="QString" key="MerBuildConfiguration.SigningPassphraseFile"></value>
  212. <value type="QString" key="MerBuildConfiguration.SigningUser"></value>
  213. <value type="QString" key="MerSfdkConfigurationAspect.Options"></value>
  214. <value type="QString" key="MerSpecFileAspect.Path"></value>
  215. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_4_1_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Profile</value>
  216. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_4_1_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Profile</value>
  217. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  218. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  219. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  220. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  221. </valuemap>
  222. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  223. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  224. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  225. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  226. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  227. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  228. </valuemap>
  229. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  230. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  231. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  232. </valuemap>
  233. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  234. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  235. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  236. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  237. </valuemap>
  238. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  239. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  240. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  241. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  242. </valuemap>
  243. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  244. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  245. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  246. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  247. </valuemap>
  248. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  249. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  250. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  251. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  252. </valuemap>
  253. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  254. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  255. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  256. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  257. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
  258. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  259. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  260. <value type="int" key="RunSystemFunction">1</value>
  261. <value type="int" key="SeparateDebugInfo">0</value>
  262. </valuemap>
  263. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
  264. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  265. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  266. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  267. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  268. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerPrepareTargetStep</value>
  269. </valuemap>
  270. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  271. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  272. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmBuildStep</value>
  273. </valuemap>
  274. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  275. <value type="QString" key="MerProcessStep.Arguments">--sdk</value>
  276. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  277. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmDeployStep</value>
  278. </valuemap>
  279. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  280. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deployment</value>
  281. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deployment</value>
  282. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  283. </valuemap>
  284. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  285. <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
  286. <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
  287. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmDeployConfiguration</value>
  288. </valuemap>
  289. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.1">
  290. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  291. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  292. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  293. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmBuildStep</value>
  294. </valuemap>
  295. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  296. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  297. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmValidationStep</value>
  298. </valuemap>
  299. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  300. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deployment</value>
  301. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deployment</value>
  302. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  303. </valuemap>
  304. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  305. <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
  306. <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
  307. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerMb2RpmBuildConfiguration</value>
  308. </valuemap>
  309. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.2">
  310. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  311. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  312. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  313. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerPrepareTargetStep</value>
  314. </valuemap>
  315. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  316. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  317. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerMakeInstallBuildStep</value>
  318. </valuemap>
  319. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  320. <value type="QString" key="MerProcessStep.Arguments">--rsync</value>
  321. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  322. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRsyncDeployStep</value>
  323. </valuemap>
  324. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  325. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deployment</value>
  326. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deployment</value>
  327. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  328. </valuemap>
  329. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  330. <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
  331. <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
  332. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRSyncDeployConfiguration</value>
  333. </valuemap>
  334. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">3</value>
  335. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  336. <value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
  337. <valuelist type="QVariantList" key="Analyzer.Perf.Events">
  338. <value type="QString">cpu-cycles</value>
  339. <value type="QString">dummy</value>
  340. </valuelist>
  341. <valuelist type="QVariantList" key="Analyzer.Perf.ExtraArguments"/>
  342. <value type="int" key="Analyzer.Perf.Frequency">250</value>
  343. <valuelist type="QVariantList" key="Analyzer.Perf.RecordArguments">
  344. <value type="QString">-e</value>
  345. <value type="QString">cpu-cycles,dummy</value>
  346. <value type="QString">--call-graph</value>
  347. <value type="QString">dwarf,4096</value>
  348. <value type="QString">-F</value>
  349. <value type="QString">250</value>
  350. </valuelist>
  351. <value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
  352. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  353. <value type="int" key="Analyzer.Perf.StackSize">4096</value>
  354. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  355. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  356. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  357. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  358. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  359. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  360. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  361. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  362. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  363. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  364. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  365. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  366. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  367. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  368. <value type="QString" key="Analyzer.Valgrind.KCachegrindExecutable">kcachegrind</value>
  369. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  370. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  371. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  372. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  373. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  374. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  375. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  376. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  377. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  378. <value type="int">0</value>
  379. <value type="int">1</value>
  380. <value type="int">2</value>
  381. <value type="int">3</value>
  382. <value type="int">4</value>
  383. <value type="int">5</value>
  384. <value type="int">6</value>
  385. <value type="int">7</value>
  386. <value type="int">8</value>
  387. <value type="int">9</value>
  388. <value type="int">10</value>
  389. <value type="int">11</value>
  390. <value type="int">12</value>
  391. <value type="int">13</value>
  392. <value type="int">14</value>
  393. </valuelist>
  394. <valuelist type="QVariantList" key="CustomOutputParsers"/>
  395. <value type="bool" key="MerRunConfiguration.DebugBypassOpenSslArmCapEnabled">true</value>
  396. <value type="QString" key="MerRunConfiguration.QmlLiveBenchWorkspace">/home/devnull/ed/Programme/entwurf/SailfishOS/harbour-golem</value>
  397. <value type="bool" key="MerRunConfiguration.QmlLiveEnabled">false</value>
  398. <value type="int" key="MerRunConfiguration.QmlLiveIpcPort">-1</value>
  399. <value type="int" key="MerRunConfiguration.QmlLiveOptions">3</value>
  400. <value type="QString" key="MerRunConfiguration.QmlLiveTargetWorkspace"></value>
  401. <value type="int" key="PE.EnvironmentAspect.Base">1</value>
  402. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  403. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">harbour-golem (on %{Device:Name})</value>
  404. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRunConfiguration:/home/devnull/ed/Programme/entwurf/SailfishOS/harbour-golem/harbour-golem.pro</value>
  405. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">/home/devnull/ed/Programme/entwurf/SailfishOS/harbour-golem/harbour-golem.pro</value>
  406. <value type="int" key="RemoteLinux.EnvironmentAspect.Version">1</value>
  407. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  408. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  409. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  410. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  411. <value type="QString" key="RunConfiguration.X11Forwarding">:0</value>
  412. </valuemap>
  413. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  414. </valuemap>
  415. </data>
  416. <data>
  417. <variable>ProjectExplorer.Project.Target.1</variable>
  418. <valuemap type="QVariantMap">
  419. <value type="QString" key="DeviceType">Mer.Device.Type</value>
  420. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">SailfishOS-3.4.0.24-armv7hl (in Sailfish OS Build Engine)</value>
  421. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">SailfishOS-3.4.0.24-armv7hl (in Sailfish OS Build Engine)</value>
  422. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">SailfishOS-3.4.0.24-armv7hl</value>
  423. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
  424. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  425. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  426. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  427. <value type="int" key="EnableQmlDebugging">0</value>
  428. <value type="bool" key="MerBuildConfiguration.SignPackages">false</value>
  429. <value type="QString" key="MerBuildConfiguration.SigningPassphraseFile"></value>
  430. <value type="QString" key="MerBuildConfiguration.SigningUser"></value>
  431. <value type="QString" key="MerSfdkConfigurationAspect.Options"></value>
  432. <value type="QString" key="MerSpecFileAspect.Path"></value>
  433. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_3_4_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Debug</value>
  434. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_3_4_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Debug</value>
  435. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  436. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  437. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  438. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  439. </valuemap>
  440. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  441. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  442. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  443. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  444. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  445. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  446. </valuemap>
  447. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  448. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  449. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  450. </valuemap>
  451. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  452. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  453. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  454. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  455. </valuemap>
  456. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  457. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  458. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  459. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  460. </valuemap>
  461. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  462. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  463. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  464. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  465. </valuemap>
  466. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  467. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  468. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  469. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  470. </valuemap>
  471. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  472. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  473. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  474. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  475. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  476. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  477. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  478. <value type="int" key="RunSystemFunction">1</value>
  479. </valuemap>
  480. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  481. <value type="bool" key="MerBuildConfiguration.SignPackages">false</value>
  482. <value type="QString" key="MerBuildConfiguration.SigningPassphraseFile"></value>
  483. <value type="QString" key="MerBuildConfiguration.SigningUser"></value>
  484. <value type="QString" key="MerSfdkConfigurationAspect.Options"></value>
  485. <value type="QString" key="MerSpecFileAspect.Path"></value>
  486. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_3_4_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Release</value>
  487. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_3_4_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Release</value>
  488. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  489. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  490. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  491. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  492. </valuemap>
  493. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  494. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  495. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  496. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  497. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  498. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  499. </valuemap>
  500. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  501. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  502. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  503. </valuemap>
  504. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  505. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  506. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  507. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  508. </valuemap>
  509. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  510. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  511. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  512. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  513. </valuemap>
  514. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  515. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  516. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  517. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  518. </valuemap>
  519. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  520. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  521. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  522. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  523. </valuemap>
  524. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  525. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  526. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  527. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  528. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  529. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  530. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  531. <value type="int" key="RunSystemFunction">1</value>
  532. </valuemap>
  533. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
  534. <value type="int" key="EnableQmlDebugging">0</value>
  535. <value type="bool" key="MerBuildConfiguration.SignPackages">false</value>
  536. <value type="QString" key="MerBuildConfiguration.SigningPassphraseFile"></value>
  537. <value type="QString" key="MerBuildConfiguration.SigningUser"></value>
  538. <value type="QString" key="MerSfdkConfigurationAspect.Options"></value>
  539. <value type="QString" key="MerSpecFileAspect.Path"></value>
  540. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_3_4_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Profile</value>
  541. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/devnull/ed/Programme/entwurf/SailfishOS/build-harbour-golem-SailfishOS_3_4_0_24_armv7hl_in_Sailfish_OS_Build_Engine-Profile</value>
  542. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  543. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  544. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  545. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  546. </valuemap>
  547. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  548. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  549. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  550. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  551. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  552. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  553. </valuemap>
  554. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  555. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  556. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  557. </valuemap>
  558. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  559. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  560. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  561. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  562. </valuemap>
  563. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  564. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  565. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  566. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Mer.MerSdkStartStep</value>
  567. </valuemap>
  568. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  569. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  570. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  571. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  572. </valuemap>
  573. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  574. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  575. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  576. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  577. </valuemap>
  578. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  579. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  580. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  581. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  582. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
  583. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  584. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  585. <value type="int" key="RunSystemFunction">1</value>
  586. <value type="int" key="SeparateDebugInfo">0</value>
  587. </valuemap>
  588. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
  589. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  590. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  591. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  592. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  593. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerPrepareTargetStep</value>
  594. </valuemap>
  595. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  596. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  597. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmBuildStep</value>
  598. </valuemap>
  599. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  600. <value type="QString" key="MerProcessStep.Arguments">--sdk</value>
  601. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  602. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmDeployStep</value>
  603. </valuemap>
  604. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  605. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deployment</value>
  606. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deployment</value>
  607. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  608. </valuemap>
  609. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  610. <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
  611. <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
  612. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmDeployConfiguration</value>
  613. </valuemap>
  614. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.1">
  615. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  616. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  617. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  618. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmBuildStep</value>
  619. </valuemap>
  620. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  621. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  622. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRpmValidationStep</value>
  623. </valuemap>
  624. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  625. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deployment</value>
  626. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deployment</value>
  627. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  628. </valuemap>
  629. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  630. <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
  631. <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
  632. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerMb2RpmBuildConfiguration</value>
  633. </valuemap>
  634. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.2">
  635. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  636. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  637. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  638. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerPrepareTargetStep</value>
  639. </valuemap>
  640. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  641. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  642. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerMakeInstallBuildStep</value>
  643. </valuemap>
  644. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  645. <value type="QString" key="MerProcessStep.Arguments">--rsync</value>
  646. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  647. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRsyncDeployStep</value>
  648. </valuemap>
  649. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  650. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deployment</value>
  651. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deployment</value>
  652. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  653. </valuemap>
  654. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  655. <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
  656. <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
  657. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerRSyncDeployConfiguration</value>
  658. </valuemap>
  659. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">3</value>
  660. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  661. <value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
  662. <valuelist type="QVariantList" key="Analyzer.Perf.Events">
  663. <value type="QString">cpu-cycles</value>
  664. <value type="QString">dummy</value>
  665. </valuelist>
  666. <valuelist type="QVariantList" key="Analyzer.Perf.ExtraArguments"/>
  667. <value type="int" key="Analyzer.Perf.Frequency">250</value>
  668. <valuelist type="QVariantList" key="Analyzer.Perf.RecordArguments">
  669. <value type="QString">-e</value>
  670. <value type="QString">cpu-cycles,dummy</value>
  671. <value type="QString">--call-graph</value>
  672. <value type="QString">dwarf,4096</value>
  673. <value type="QString">-F</value>
  674. <value type="QString">250</value>
  675. </valuelist>
  676. <value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
  677. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  678. <value type="int" key="Analyzer.Perf.StackSize">4096</value>
  679. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  680. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  681. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  682. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  683. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  684. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  685. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  686. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  687. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  688. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  689. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  690. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  691. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  692. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  693. <value type="QString" key="Analyzer.Valgrind.KCachegrindExecutable">kcachegrind</value>
  694. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  695. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  696. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  697. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  698. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  699. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  700. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  701. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  702. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  703. <value type="int">0</value>
  704. <value type="int">1</value>
  705. <value type="int">2</value>
  706. <value type="int">3</value>
  707. <value type="int">4</value>
  708. <value type="int">5</value>
  709. <value type="int">6</value>
  710. <value type="int">7</value>
  711. <value type="int">8</value>
  712. <value type="int">9</value>
  713. <value type="int">10</value>
  714. <value type="int">11</value>
  715. <value type="int">12</value>
  716. <value type="int">13</value>
  717. <value type="int">14</value>
  718. </valuelist>
  719. <valuelist type="QVariantList" key="CustomOutputParsers"/>
  720. <value type="bool" key="MerRunConfiguration.DebugBypassOpenSslArmCapEnabled">true</value>
  721. <value type="QString" key="MerRunConfiguration.QmlLiveBenchWorkspace">/home/devnull/ed/Programme/entwurf/SailfishOS/harbour-golem</value>
  722. <value type="bool" key="MerRunConfiguration.QmlLiveEnabled">false</value>
  723. <value type="int" key="MerRunConfiguration.QmlLiveIpcPort">-1</value>
  724. <value type="int" key="MerRunConfiguration.QmlLiveOptions">3</value>
  725. <value type="QString" key="MerRunConfiguration.QmlLiveTargetWorkspace"></value>
  726. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  727. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  728. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
  729. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value>
  730. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  731. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  732. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  733. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  734. </valuemap>
  735. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.1">
  736. <value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
  737. <valuelist type="QVariantList" key="Analyzer.Perf.Events">
  738. <value type="QString">cpu-cycles</value>
  739. <value type="QString">dummy</value>
  740. </valuelist>
  741. <valuelist type="QVariantList" key="Analyzer.Perf.ExtraArguments"/>
  742. <value type="int" key="Analyzer.Perf.Frequency">250</value>
  743. <valuelist type="QVariantList" key="Analyzer.Perf.RecordArguments">
  744. <value type="QString">-e</value>
  745. <value type="QString">cpu-cycles,dummy</value>
  746. <value type="QString">--call-graph</value>
  747. <value type="QString">dwarf,4096</value>
  748. <value type="QString">-F</value>
  749. <value type="QString">250</value>
  750. </valuelist>
  751. <value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
  752. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  753. <value type="int" key="Analyzer.Perf.StackSize">4096</value>
  754. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  755. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  756. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  757. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  758. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  759. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  760. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  761. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  762. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  763. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  764. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  765. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  766. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  767. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  768. <value type="QString" key="Analyzer.Valgrind.KCachegrindExecutable">kcachegrind</value>
  769. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  770. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  771. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  772. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  773. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  774. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  775. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  776. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  777. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  778. <value type="int">0</value>
  779. <value type="int">1</value>
  780. <value type="int">2</value>
  781. <value type="int">3</value>
  782. <value type="int">4</value>
  783. <value type="int">5</value>
  784. <value type="int">6</value>
  785. <value type="int">7</value>
  786. <value type="int">8</value>
  787. <value type="int">9</value>
  788. <value type="int">10</value>
  789. <value type="int">11</value>
  790. <value type="int">12</value>
  791. <value type="int">13</value>
  792. <value type="int">14</value>
  793. </valuelist>
  794. <valuelist type="QVariantList" key="CustomOutputParsers"/>
  795. <value type="bool" key="MerRunConfiguration.DebugBypassOpenSslArmCapEnabled">true</value>
  796. <value type="QString" key="MerRunConfiguration.QmlLiveBenchWorkspace">/home/devnull/ed/Programme/entwurf/SailfishOS/harbour-golem</value>
  797. <value type="bool" key="MerRunConfiguration.QmlLiveEnabled">false</value>
  798. <value type="int" key="MerRunConfiguration.QmlLiveIpcPort">-1</value>
  799. <value type="int" key="MerRunConfiguration.QmlLiveOptions">3</value>
  800. <value type="QString" key="MerRunConfiguration.QmlLiveTargetWorkspace"></value>
  801. <value type="int" key="PE.EnvironmentAspect.Base">1</value>
  802. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  803. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmakeProjectManager.MerCustomRunConfiguration:</value>
  804. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value>
  805. <value type="int" key="RemoteLinux.EnvironmentAspect.Version">1</value>
  806. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  807. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  808. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  809. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  810. <value type="QString" key="RunConfiguration.X11Forwarding">:0</value>
  811. </valuemap>
  812. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">2</value>
  813. </valuemap>
  814. </data>
  815. <data>
  816. <variable>ProjectExplorer.Project.TargetCount</variable>
  817. <value type="int">2</value>
  818. </data>
  819. <data>
  820. <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
  821. <value type="int">22</value>
  822. </data>
  823. <data>
  824. <variable>Version</variable>
  825. <value type="int">22</value>
  826. </data>
  827. </qtcreator>