Digitalisierte Elektroverteilung zur permanenten Verbraucherüberwachung
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

asio_inet_client_server.pro.user.eac5e3e 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE QtCreatorProject>
  3. <!-- Written by QtCreator 4.15.1, 2021-07-23T08:11:18. -->
  4. <qtcreator>
  5. <data>
  6. <variable>EnvironmentId</variable>
  7. <value type="QByteArray">{eac5e3ee-8a8a-4d3e-ba79-20701eff322a}</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.PreferSingleLineComments">false</value>
  41. <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
  42. <value type="bool" key="EditorConfiguration.ShowMargin">false</value>
  43. <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
  44. <value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value>
  45. <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
  46. <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
  47. <value type="int" key="EditorConfiguration.TabSize">8</value>
  48. <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
  49. <value type="bool" key="EditorConfiguration.UseIndenter">false</value>
  50. <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
  51. <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
  52. <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
  53. <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
  54. <value type="QString" key="EditorConfiguration.ignoreFileTypes">*.md, *.MD, Makefile</value>
  55. <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
  56. <value type="bool" key="EditorConfiguration.skipTrailingWhitespace">true</value>
  57. </valuemap>
  58. </data>
  59. <data>
  60. <variable>ProjectExplorer.Project.PluginSettings</variable>
  61. <valuemap type="QVariantMap">
  62. <valuemap type="QVariantMap" key="AutoTest.ActiveFrameworks">
  63. <value type="bool" key="AutoTest.Framework.Boost">true</value>
  64. <value type="bool" key="AutoTest.Framework.CTest">false</value>
  65. <value type="bool" key="AutoTest.Framework.Catch">true</value>
  66. <value type="bool" key="AutoTest.Framework.GTest">true</value>
  67. <value type="bool" key="AutoTest.Framework.QtQuickTest">true</value>
  68. <value type="bool" key="AutoTest.Framework.QtTest">true</value>
  69. </valuemap>
  70. <valuemap type="QVariantMap" key="AutoTest.CheckStates"/>
  71. <value type="int" key="AutoTest.RunAfterBuild">0</value>
  72. <value type="bool" key="AutoTest.UseGlobal">true</value>
  73. <valuelist type="QVariantList" key="ClangCodeModel.CustomCommandLineKey"/>
  74. <value type="bool" key="ClangCodeModel.UseGlobalConfig">true</value>
  75. <value type="QString" key="ClangCodeModel.WarningConfigId">Builtin.BuildSystem</value>
  76. <valuemap type="QVariantMap" key="ClangTools">
  77. <value type="bool" key="ClangTools.AnalyzeOpenFiles">true</value>
  78. <value type="bool" key="ClangTools.BuildBeforeAnalysis">true</value>
  79. <value type="QString" key="ClangTools.DiagnosticConfig">Builtin.DefaultTidyAndClazy</value>
  80. <value type="int" key="ClangTools.ParallelJobs">1</value>
  81. <valuelist type="QVariantList" key="ClangTools.SelectedDirs"/>
  82. <valuelist type="QVariantList" key="ClangTools.SelectedFiles"/>
  83. <valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/>
  84. <value type="bool" key="ClangTools.UseGlobalSettings">true</value>
  85. </valuemap>
  86. </valuemap>
  87. </data>
  88. <data>
  89. <variable>ProjectExplorer.Project.Target.0</variable>
  90. <valuemap type="QVariantMap">
  91. <value type="QString" key="DeviceType">Desktop</value>
  92. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 6.1.1 GCC 64bit</value>
  93. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 6.1.1 GCC 64bit</value>
  94. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt6.611.gcc_64_kit</value>
  95. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
  96. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  97. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  98. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  99. <value type="int" key="EnableQmlDebugging">0</value>
  100. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/michael/baConditionMonitoring/AsioNetClientServer/build-asio_inet_client_server-Desktop_Qt_6_1_1_GCC_64bit-Debug</value>
  101. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/michael/baConditionMonitoring/AsioNetClientServer/build-asio_inet_client_server-Desktop_Qt_6_1_1_GCC_64bit-Debug</value>
  102. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  103. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  104. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  105. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  106. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  107. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  108. </valuemap>
  109. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  110. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  111. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  112. </valuemap>
  113. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  114. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  115. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  116. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  117. </valuemap>
  118. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  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">Qt4ProjectManager.MakeStep</value>
  122. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  123. </valuemap>
  124. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  125. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  126. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  127. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  128. </valuemap>
  129. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  130. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  131. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  132. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  133. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  134. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  135. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  136. </valuemap>
  137. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  138. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">debug</value>
  139. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">debug</value>
  140. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  141. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  142. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  143. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  144. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  145. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  146. </valuemap>
  147. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  148. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  149. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  150. </valuemap>
  151. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  152. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  153. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  154. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  155. </valuemap>
  156. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  157. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  158. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  159. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  160. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  161. </valuemap>
  162. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  163. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  164. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  165. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  166. </valuemap>
  167. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  168. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  169. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  170. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  171. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  172. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  173. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  174. <value type="int" key="QtQuickCompiler">0</value>
  175. </valuemap>
  176. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
  177. <value type="int" key="EnableQmlDebugging">0</value>
  178. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/michael/baConditionMonitoring/AsioNetClientServer/build-asio_inet_client_server-Desktop_Qt_6_1_1_GCC_64bit-Profile</value>
  179. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/michael/baConditionMonitoring/AsioNetClientServer/build-asio_inet_client_server-Desktop_Qt_6_1_1_GCC_64bit-Profile</value>
  180. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  181. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  182. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  183. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  184. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  185. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  186. </valuemap>
  187. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  188. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  189. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  190. </valuemap>
  191. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  192. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  193. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  194. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  195. </valuemap>
  196. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  197. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  198. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  199. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  200. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  201. </valuemap>
  202. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  203. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  204. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  205. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  206. </valuemap>
  207. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  208. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  209. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  210. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  211. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
  212. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  213. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  214. <value type="int" key="QtQuickCompiler">0</value>
  215. <value type="int" key="SeparateDebugInfo">0</value>
  216. </valuemap>
  217. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
  218. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  219. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  220. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
  221. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
  222. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</value>
  223. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  224. </valuemap>
  225. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  226. <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
  227. <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
  228. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
  229. </valuemap>
  230. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  231. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  232. <value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
  233. <valuelist type="QVariantList" key="Analyzer.Perf.Events">
  234. <value type="QString">cpu-cycles</value>
  235. </valuelist>
  236. <valuelist type="QVariantList" key="Analyzer.Perf.ExtraArguments"/>
  237. <value type="int" key="Analyzer.Perf.Frequency">250</value>
  238. <valuelist type="QVariantList" key="Analyzer.Perf.RecordArguments">
  239. <value type="QString">-e</value>
  240. <value type="QString">cpu-cycles</value>
  241. <value type="QString">--call-graph</value>
  242. <value type="QString">dwarf,4096</value>
  243. <value type="QString">-F</value>
  244. <value type="QString">250</value>
  245. </valuelist>
  246. <value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
  247. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  248. <value type="int" key="Analyzer.Perf.StackSize">4096</value>
  249. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  250. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  251. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  252. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  253. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  254. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  255. <value type="QString" key="Analyzer.Valgrind.Callgrind.Arguments"></value>
  256. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  257. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  258. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  259. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  260. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  261. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  262. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  263. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  264. <value type="QString" key="Analyzer.Valgrind.KCachegrindExecutable">kcachegrind</value>
  265. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  266. <value type="QString" key="Analyzer.Valgrind.Memcheck.Arguments"></value>
  267. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  268. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  269. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  270. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  271. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  272. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  273. <value type="QString" key="Analyzer.Valgrind.ValgrindArguments"></value>
  274. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  275. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  276. <value type="int">0</value>
  277. <value type="int">1</value>
  278. <value type="int">2</value>
  279. <value type="int">3</value>
  280. <value type="int">4</value>
  281. <value type="int">5</value>
  282. <value type="int">6</value>
  283. <value type="int">7</value>
  284. <value type="int">8</value>
  285. <value type="int">9</value>
  286. <value type="int">10</value>
  287. <value type="int">11</value>
  288. <value type="int">12</value>
  289. <value type="int">13</value>
  290. <value type="int">14</value>
  291. </valuelist>
  292. <valuelist type="QVariantList" key="CustomOutputParsers"/>
  293. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  294. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  295. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
  296. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value>
  297. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  298. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  299. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  300. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  301. </valuemap>
  302. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  303. </valuemap>
  304. </data>
  305. <data>
  306. <variable>ProjectExplorer.Project.TargetCount</variable>
  307. <value type="int">1</value>
  308. </data>
  309. <data>
  310. <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
  311. <value type="int">22</value>
  312. </data>
  313. <data>
  314. <variable>Version</variable>
  315. <value type="int">22</value>
  316. </data>
  317. </qtcreator>