app3.pro.user 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE QtCreatorProject>
  3. <!-- Written by QtCreator 4.11.0, 2020-01-24T12:00:16. -->
  4. <qtcreator>
  5. <data>
  6. <variable>EnvironmentId</variable>
  7. <value type="QByteArray">{b9ed9a41-2c05-4012-9893-a7033fe3f9d2}</value>
  8. </data>
  9. <data>
  10. <variable>ProjectExplorer.Project.ActiveTarget</variable>
  11. <value type="int">0</value>
  12. </data>
  13. <data>
  14. <variable>ProjectExplorer.Project.EditorSettings</variable>
  15. <valuemap type="QVariantMap">
  16. <value type="bool" key="EditorConfiguration.AutoIndent">true</value>
  17. <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
  18. <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
  19. <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
  20. <value type="QString" key="language">Cpp</value>
  21. <valuemap type="QVariantMap" key="value">
  22. <value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
  23. </valuemap>
  24. </valuemap>
  25. <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
  26. <value type="QString" key="language">QmlJS</value>
  27. <valuemap type="QVariantMap" key="value">
  28. <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
  29. </valuemap>
  30. </valuemap>
  31. <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
  32. <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
  33. <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
  34. <value type="int" key="EditorConfiguration.IndentSize">4</value>
  35. <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
  36. <value type="int" key="EditorConfiguration.MarginColumn">80</value>
  37. <value type="bool" key="EditorConfiguration.MouseHiding">true</value>
  38. <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
  39. <value type="int" key="EditorConfiguration.PaddingMode">1</value>
  40. <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
  41. <value type="bool" key="EditorConfiguration.ShowMargin">false</value>
  42. <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
  43. <value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value>
  44. <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
  45. <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
  46. <value type="int" key="EditorConfiguration.TabSize">8</value>
  47. <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
  48. <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
  49. <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
  50. <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
  51. <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
  52. <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
  53. </valuemap>
  54. </data>
  55. <data>
  56. <variable>ProjectExplorer.Project.PluginSettings</variable>
  57. <valuemap type="QVariantMap"/>
  58. </data>
  59. <data>
  60. <variable>ProjectExplorer.Project.Target.0</variable>
  61. <valuemap type="QVariantMap">
  62. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.7.1 GCC 64bit</value>
  63. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.7.1 GCC 64bit</value>
  64. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.57.gcc_64_kit</value>
  65. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
  66. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  67. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  68. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  69. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/wrk/share/gfaipc/Test/app3/Debug/Desktop_Qt_5_7_1_GCC_64bit</value>
  70. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  71. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  72. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  73. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  74. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
  75. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  76. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  77. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  78. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  79. </valuemap>
  80. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  81. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  82. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  83. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
  84. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  85. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  86. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  87. <value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
  88. </valuemap>
  89. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  90. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  91. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  92. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  93. </valuemap>
  94. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  95. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  96. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  97. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  98. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
  99. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  100. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  101. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  102. <value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
  103. </valuemap>
  104. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  105. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  106. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  107. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  108. </valuemap>
  109. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  110. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  111. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  112. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  113. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  114. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  115. </valuemap>
  116. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  117. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/wrk/share/gfaipc/Test/app3/Release/Desktop_Qt_5_7_1_GCC_64bit</value>
  118. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  119. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  120. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  121. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  122. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  123. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  124. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  125. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  126. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  127. </valuemap>
  128. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  129. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  130. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  131. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
  132. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  133. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  134. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  135. <value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
  136. </valuemap>
  137. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  138. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  139. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  140. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  141. </valuemap>
  142. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  143. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  144. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  145. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  146. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
  147. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  148. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  149. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  150. <value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
  151. </valuemap>
  152. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  153. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  154. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  155. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  156. </valuemap>
  157. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  158. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  159. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  160. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  161. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  162. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  163. </valuemap>
  164. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">2</value>
  165. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  166. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  167. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
  168. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
  169. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</value>
  170. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  171. </valuemap>
  172. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  173. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
  174. </valuemap>
  175. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  176. <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
  177. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  178. <value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
  179. <valuelist type="QVariantList" key="Analyzer.Perf.Events">
  180. <value type="QString">cpu-cycles</value>
  181. </valuelist>
  182. <valuelist type="QVariantList" key="Analyzer.Perf.ExtraArguments"/>
  183. <value type="int" key="Analyzer.Perf.Frequency">250</value>
  184. <valuelist type="QVariantList" key="Analyzer.Perf.RecordArguments">
  185. <value type="QString">-e</value>
  186. <value type="QString">cpu-cycles</value>
  187. <value type="QString">--call-graph</value>
  188. <value type="QString">dwarf,4096</value>
  189. <value type="QString">-F</value>
  190. <value type="QString">250</value>
  191. </valuelist>
  192. <value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
  193. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  194. <value type="int" key="Analyzer.Perf.StackSize">4096</value>
  195. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  196. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  197. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  198. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  199. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  200. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  201. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  202. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  203. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  204. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  205. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  206. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  207. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  208. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  209. <value type="QString" key="Analyzer.Valgrind.KCachegrindExecutable">kcachegrind</value>
  210. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  211. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  212. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  213. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  214. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  215. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  216. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  217. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  218. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  219. <value type="int">0</value>
  220. <value type="int">1</value>
  221. <value type="int">2</value>
  222. <value type="int">3</value>
  223. <value type="int">4</value>
  224. <value type="int">5</value>
  225. <value type="int">6</value>
  226. <value type="int">7</value>
  227. <value type="int">8</value>
  228. <value type="int">9</value>
  229. <value type="int">10</value>
  230. <value type="int">11</value>
  231. <value type="int">12</value>
  232. <value type="int">13</value>
  233. <value type="int">14</value>
  234. </valuelist>
  235. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  236. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  237. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/wrk/share/gfaipc/Test/app3/app3.pro</value>
  238. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">/home/wrk/share/gfaipc/Test/app3/app3.pro</value>
  239. <value type="QString" key="RunConfiguration.Arguments"></value>
  240. <value type="bool" key="RunConfiguration.Arguments.multi">false</value>
  241. <value type="QString" key="RunConfiguration.OverrideDebuggerStartup"></value>
  242. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  243. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  244. <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
  245. <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
  246. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  247. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  248. <value type="QString" key="RunConfiguration.WorkingDirectory"></value>
  249. <value type="QString" key="RunConfiguration.WorkingDirectory.default">/home/wrk/share/gfaipc/Test/app3/Debug/Desktop_Qt_5_7_1_GCC_64bit</value>
  250. </valuemap>
  251. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  252. </valuemap>
  253. </data>
  254. <data>
  255. <variable>ProjectExplorer.Project.Target.1</variable>
  256. <valuemap type="QVariantMap">
  257. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Sitara 1</value>
  258. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Sitara 1</value>
  259. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{b0a415a1-ecbe-4123-8afc-05ffc0004131}</value>
  260. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
  261. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  262. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  263. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  264. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/wrk/share/gfaipc/Test/app3/Debug/Sitara_1</value>
  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">QtProjectManager.QMakeBuildStep</value>
  269. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
  270. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  271. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  272. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  273. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  274. </valuemap>
  275. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  276. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  277. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  278. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
  279. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  280. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  281. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  282. <value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
  283. </valuemap>
  284. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  285. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  286. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  287. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  288. </valuemap>
  289. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  290. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  291. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  292. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  293. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
  294. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  295. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  296. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  297. <value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
  298. </valuemap>
  299. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  300. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  301. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  302. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  303. </valuemap>
  304. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  305. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  306. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  307. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  308. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  309. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  310. </valuemap>
  311. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  312. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/wrk/share/gfaipc/Test/app3/Release/Sitara_1</value>
  313. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  314. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  315. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  316. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  317. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  318. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  319. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  320. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  321. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  322. </valuemap>
  323. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  324. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  325. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  326. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
  327. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  328. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  329. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  330. <value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
  331. </valuemap>
  332. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  333. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  334. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  335. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  336. </valuemap>
  337. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  338. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  339. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  340. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  341. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
  342. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  343. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  344. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  345. <value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
  346. </valuemap>
  347. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  348. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  349. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  350. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  351. </valuemap>
  352. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  353. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  354. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  355. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  356. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  357. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  358. </valuemap>
  359. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">2</value>
  360. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  361. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  362. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  363. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  364. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">RemoteLinux.CheckForFreeDiskSpaceStep</value>
  365. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedFiles"/>
  366. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedHosts"/>
  367. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedRemotePaths"/>
  368. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedSysroots"/>
  369. <value type="QString" key="RemoteLinux.CheckForFreeDiskSpaceStep.PathToCheck">/</value>
  370. <value type="qlonglong" key="RemoteLinux.CheckForFreeDiskSpaceStep.RequiredSpace">5242880</value>
  371. <valuelist type="QVariantList" key="RemoteLinux.LastDeployedLocalTimes"/>
  372. <valuelist type="QVariantList" key="RemoteLinux.LastDeployedRemoteTimes"/>
  373. </valuemap>
  374. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  375. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  376. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">RemoteLinux.KillAppStep</value>
  377. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedFiles"/>
  378. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedHosts"/>
  379. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedRemotePaths"/>
  380. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedSysroots"/>
  381. <valuelist type="QVariantList" key="RemoteLinux.LastDeployedLocalTimes"/>
  382. <valuelist type="QVariantList" key="RemoteLinux.LastDeployedRemoteTimes"/>
  383. </valuemap>
  384. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
  385. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  386. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">RemoteLinux.DirectUploadStep</value>
  387. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedFiles"/>
  388. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedHosts"/>
  389. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedRemotePaths"/>
  390. <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedSysroots"/>
  391. <value type="bool" key="RemoteLinux.GenericDirectUploadStep.IgnoreMissingFiles">false</value>
  392. <value type="bool" key="RemoteLinux.GenericDirectUploadStep.Incremental">true</value>
  393. <valuelist type="QVariantList" key="RemoteLinux.LastDeployedLocalTimes"/>
  394. <valuelist type="QVariantList" key="RemoteLinux.LastDeployedRemoteTimes"/>
  395. </valuemap>
  396. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
  397. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
  398. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</value>
  399. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  400. </valuemap>
  401. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  402. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">DeployToGenericLinux</value>
  403. </valuemap>
  404. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  405. <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
  406. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  407. <value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
  408. <valuelist type="QVariantList" key="Analyzer.Perf.Events">
  409. <value type="QString">cpu-cycles</value>
  410. </valuelist>
  411. <valuelist type="QVariantList" key="Analyzer.Perf.ExtraArguments"/>
  412. <value type="int" key="Analyzer.Perf.Frequency">250</value>
  413. <valuelist type="QVariantList" key="Analyzer.Perf.RecordArguments">
  414. <value type="QString">-e</value>
  415. <value type="QString">cpu-cycles</value>
  416. <value type="QString">--call-graph</value>
  417. <value type="QString">dwarf,4096</value>
  418. <value type="QString">-F</value>
  419. <value type="QString">250</value>
  420. </valuelist>
  421. <value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
  422. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  423. <value type="int" key="Analyzer.Perf.StackSize">4096</value>
  424. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  425. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  426. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  427. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  428. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  429. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  430. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  431. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  432. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  433. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  434. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  435. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  436. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  437. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  438. <value type="QString" key="Analyzer.Valgrind.KCachegrindExecutable">kcachegrind</value>
  439. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  440. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  441. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  442. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  443. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  444. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  445. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  446. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  447. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  448. <value type="int">0</value>
  449. <value type="int">1</value>
  450. <value type="int">2</value>
  451. <value type="int">3</value>
  452. <value type="int">4</value>
  453. <value type="int">5</value>
  454. <value type="int">6</value>
  455. <value type="int">7</value>
  456. <value type="int">8</value>
  457. <value type="int">9</value>
  458. <value type="int">10</value>
  459. <value type="int">11</value>
  460. <value type="int">12</value>
  461. <value type="int">13</value>
  462. <value type="int">14</value>
  463. </valuelist>
  464. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  465. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  466. <value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable"></value>
  467. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
  468. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value>
  469. <value type="QString" key="RunConfiguration.Arguments"></value>
  470. <value type="bool" key="RunConfiguration.Arguments.multi">false</value>
  471. <value type="QString" key="RunConfiguration.OverrideDebuggerStartup"></value>
  472. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  473. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  474. <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
  475. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  476. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  477. <value type="QString" key="RunConfiguration.WorkingDirectory"></value>
  478. <value type="QString" key="RunConfiguration.WorkingDirectory.default"></value>
  479. </valuemap>
  480. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.1">
  481. <value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
  482. <valuelist type="QVariantList" key="Analyzer.Perf.Events">
  483. <value type="QString">cpu-cycles</value>
  484. </valuelist>
  485. <valuelist type="QVariantList" key="Analyzer.Perf.ExtraArguments"/>
  486. <value type="int" key="Analyzer.Perf.Frequency">250</value>
  487. <valuelist type="QVariantList" key="Analyzer.Perf.RecordArguments">
  488. <value type="QString">-e</value>
  489. <value type="QString">cpu-cycles</value>
  490. <value type="QString">--call-graph</value>
  491. <value type="QString">dwarf,4096</value>
  492. <value type="QString">-F</value>
  493. <value type="QString">250</value>
  494. </valuelist>
  495. <value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
  496. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  497. <value type="int" key="Analyzer.Perf.StackSize">4096</value>
  498. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  499. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  500. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  501. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  502. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  503. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  504. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  505. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  506. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  507. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  508. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  509. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  510. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  511. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  512. <value type="QString" key="Analyzer.Valgrind.KCachegrindExecutable">kcachegrind</value>
  513. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  514. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  515. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  516. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  517. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  518. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  519. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  520. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  521. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  522. <value type="int">0</value>
  523. <value type="int">1</value>
  524. <value type="int">2</value>
  525. <value type="int">3</value>
  526. <value type="int">4</value>
  527. <value type="int">5</value>
  528. <value type="int">6</value>
  529. <value type="int">7</value>
  530. <value type="int">8</value>
  531. <value type="int">9</value>
  532. <value type="int">10</value>
  533. <value type="int">11</value>
  534. <value type="int">12</value>
  535. <value type="int">13</value>
  536. <value type="int">14</value>
  537. </valuelist>
  538. <value type="int" key="PE.EnvironmentAspect.Base">1</value>
  539. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  540. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">RemoteLinux.CustomRunConfig</value>
  541. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value>
  542. <value type="QString" key="RemoteLinux.CustomRunConfig.LocalExecutable"></value>
  543. <value type="QString" key="RemoteLinux.CustomRunConfig.RemoteExecutable"></value>
  544. <value type="int" key="RemoteLinux.EnvironmentAspect.Version">1</value>
  545. <value type="QString" key="RunConfiguration.Arguments"></value>
  546. <value type="bool" key="RunConfiguration.Arguments.multi">false</value>
  547. <value type="QString" key="RunConfiguration.OverrideDebuggerStartup"></value>
  548. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  549. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  550. <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
  551. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  552. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  553. <value type="bool" key="RunConfiguration.UseX11Forwarding">false</value>
  554. <value type="QString" key="RunConfiguration.WorkingDirectory"></value>
  555. <value type="QString" key="RunConfiguration.WorkingDirectory.default"></value>
  556. <value type="QString" key="RunConfiguration.X11Forwarding">:0</value>
  557. </valuemap>
  558. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">2</value>
  559. </valuemap>
  560. </data>
  561. <data>
  562. <variable>ProjectExplorer.Project.TargetCount</variable>
  563. <value type="int">2</value>
  564. </data>
  565. <data>
  566. <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
  567. <value type="int">22</value>
  568. </data>
  569. <data>
  570. <variable>Version</variable>
  571. <value type="int">22</value>
  572. </data>
  573. </qtcreator>