CMakeLists.txt.user 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE QtCreatorProject>
  3. <!-- Written by QtCreator 5.0.2, 2024-05-17T21:32:29. -->
  4. <qtcreator>
  5. <data>
  6. <variable>EnvironmentId</variable>
  7. <value type="QByteArray">{69aa39e5-ee7a-4d83-8b65-a7eb5575c581}</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="QString">-fno-delayed-template-parsing</value>
  75. </valuelist>
  76. <value type="bool" key="ClangCodeModel.UseGlobalConfig">true</value>
  77. <value type="QString" key="ClangCodeModel.WarningConfigId">Builtin.BuildSystem</value>
  78. <valuemap type="QVariantMap" key="ClangTools">
  79. <value type="bool" key="ClangTools.AnalyzeOpenFiles">true</value>
  80. <value type="bool" key="ClangTools.BuildBeforeAnalysis">true</value>
  81. <value type="QString" key="ClangTools.DiagnosticConfig">Builtin.DefaultTidyAndClazy</value>
  82. <value type="int" key="ClangTools.ParallelJobs">4</value>
  83. <valuelist type="QVariantList" key="ClangTools.SelectedDirs"/>
  84. <valuelist type="QVariantList" key="ClangTools.SelectedFiles"/>
  85. <valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/>
  86. <value type="bool" key="ClangTools.UseGlobalSettings">true</value>
  87. </valuemap>
  88. </valuemap>
  89. </data>
  90. <data>
  91. <variable>ProjectExplorer.Project.Target.0</variable>
  92. <valuemap type="QVariantMap">
  93. <value type="QString" key="DeviceType">Desktop</value>
  94. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qt5.15.2_mingw81_32_static</value>
  95. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">qt5.15.2_mingw81_32_static</value>
  96. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{c85ce074-8ea2-48c3-9244-054171bb8894}</value>
  97. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
  98. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  99. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  100. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  101. <value type="QString" key="CMake.Build.Type">Debug</value>
  102. <value type="QString" key="CMake.Initial.Parameters">-GNMake Makefiles JOM
  103. -DCMAKE_BUILD_TYPE:STRING=Debug
  104. -DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake
  105. -DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable}
  106. -DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX}
  107. -DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C}
  108. -DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx}</value>
  109. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\80_work\VS-Code-C\dfota\dfota_tools\build-dfota_tools-qt5_15_2_mingw81_32_static-Debug</value>
  110. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  111. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  112. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  113. <value type="QString">all</value>
  114. </valuelist>
  115. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  116. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  117. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  118. </valuemap>
  119. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  120. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  121. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  122. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  123. </valuemap>
  124. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  125. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  126. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  127. <value type="QString">clean</value>
  128. </valuelist>
  129. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  130. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  131. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  132. </valuemap>
  133. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  134. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  135. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  136. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  137. </valuemap>
  138. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  139. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  140. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  141. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  142. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  143. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
  144. </valuemap>
  145. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  146. <value type="QString" key="CMake.Build.Type">Release</value>
  147. <value type="QString" key="CMake.Initial.Parameters">-GNMake Makefiles JOM
  148. -DCMAKE_BUILD_TYPE:STRING=Release
  149. -DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake
  150. -DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable}
  151. -DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX}
  152. -DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C}
  153. -DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx}</value>
  154. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\80_work\VS-Code-C\dfota\dfota_tools\build-dfota_tools-qt5_15_2_mingw81_32_static-Release</value>
  155. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  156. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  157. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  158. <value type="QString">all</value>
  159. </valuelist>
  160. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  161. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  162. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  163. </valuemap>
  164. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  165. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  166. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  167. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  168. </valuemap>
  169. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  170. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  171. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  172. <value type="QString">clean</value>
  173. </valuelist>
  174. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  175. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  176. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  177. </valuemap>
  178. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  179. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  180. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  181. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  182. </valuemap>
  183. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  184. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  185. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  186. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  187. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  188. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
  189. </valuemap>
  190. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
  191. <value type="QString" key="CMake.Build.Type">RelWithDebInfo</value>
  192. <value type="QString" key="CMake.Initial.Parameters">-GNMake Makefiles JOM
  193. -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
  194. -DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake
  195. -DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable}
  196. -DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX}
  197. -DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C}
  198. -DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx}</value>
  199. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\80_work\VS-Code-C\dfota\dfota_tools\build-dfota_tools-qt5_15_2_mingw81_32_static-RelWithDebInfo</value>
  200. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  201. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  202. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  203. <value type="QString">all</value>
  204. </valuelist>
  205. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  206. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  207. </valuemap>
  208. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  209. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  210. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  211. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  212. </valuemap>
  213. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  214. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  215. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  216. <value type="QString">clean</value>
  217. </valuelist>
  218. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  219. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  220. </valuemap>
  221. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  222. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  223. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  224. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  225. </valuemap>
  226. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  227. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  228. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  229. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  230. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release with Debug Information</value>
  231. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
  232. </valuemap>
  233. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.3">
  234. <value type="QString" key="CMake.Build.Type">MinSizeRel</value>
  235. <value type="QString" key="CMake.Initial.Parameters">-GNMake Makefiles JOM
  236. -DCMAKE_BUILD_TYPE:STRING=MinSizeRel
  237. -DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake
  238. -DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable}
  239. -DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX}
  240. -DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C}
  241. -DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx}</value>
  242. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\80_work\VS-Code-C\dfota\dfota_tools\build-dfota_tools-qt5_15_2_mingw81_32_static-MinSizeRel</value>
  243. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  244. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  245. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  246. <value type="QString">all</value>
  247. </valuelist>
  248. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  249. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  250. </valuemap>
  251. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  252. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  253. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  254. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  255. </valuemap>
  256. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  257. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  258. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  259. <value type="QString">clean</value>
  260. </valuelist>
  261. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  262. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  263. </valuemap>
  264. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  265. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  266. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  267. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  268. </valuemap>
  269. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  270. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  271. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  272. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  273. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Minimum Size Release</value>
  274. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
  275. </valuemap>
  276. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">4</value>
  277. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  278. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  279. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
  280. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
  281. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</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">ProjectExplorer.DefaultDeployConfiguration</value>
  288. </valuemap>
  289. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  290. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  291. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  292. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  293. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  294. <valuelist type="QVariantList" key="CustomOutputParsers"/>
  295. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  296. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  297. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">dfota_tools</value>
  298. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.dfota_tools</value>
  299. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">dfota_tools</value>
  300. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  301. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  302. <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
  303. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  304. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  305. <value type="QString" key="RunConfiguration.WorkingDirectory.default">D:/80_work/VS-Code-C/dfota/dfota_tools/build-dfota_tools-qt5_15_2_mingw81_32_static-Release</value>
  306. </valuemap>
  307. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  308. </valuemap>
  309. </data>
  310. <data>
  311. <variable>ProjectExplorer.Project.Target.1</variable>
  312. <valuemap type="QVariantMap">
  313. <value type="QString" key="DeviceType">Desktop</value>
  314. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.12.12 MinGW 32-bit</value>
  315. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.12.12 MinGW 32-bit</value>
  316. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.51212.win32_mingw73_kit</value>
  317. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
  318. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  319. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  320. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  321. <value type="QString" key="CMake.Build.Type">Debug</value>
  322. <value type="QString" key="CMake.Initial.Parameters">-GMinGW Makefiles
  323. -DCMAKE_BUILD_TYPE:STRING=Debug
  324. -DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake
  325. -DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable}
  326. -DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX}
  327. -DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C}
  328. -DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx}</value>
  329. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\80_work\VS-Code-C\dfota\dfota_tools\build-dfota_tools-Desktop_Qt_5_12_12_MinGW_32_bit-Debug</value>
  330. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  331. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  332. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  333. <value type="QString">all</value>
  334. </valuelist>
  335. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  336. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  337. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  338. </valuemap>
  339. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  340. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  341. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  342. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  343. </valuemap>
  344. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  345. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  346. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  347. <value type="QString">clean</value>
  348. </valuelist>
  349. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  350. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  351. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  352. </valuemap>
  353. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  354. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  355. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  356. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  357. </valuemap>
  358. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  359. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  360. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  361. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  362. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  363. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
  364. </valuemap>
  365. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  366. <value type="QString" key="CMake.Build.Type">Release</value>
  367. <value type="QString" key="CMake.Initial.Parameters">-GMinGW Makefiles
  368. -DCMAKE_BUILD_TYPE:STRING=Release
  369. -DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake
  370. -DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable}
  371. -DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX}
  372. -DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C}
  373. -DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx}</value>
  374. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:/80_work/VS-Code-C/dfota/dfota_tools/build-dfota_tools-Desktop_Qt_5_12_12_MinGW_32_bit-Release</value>
  375. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  376. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  377. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  378. <value type="QString">all</value>
  379. </valuelist>
  380. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  381. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  382. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  383. </valuemap>
  384. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  385. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  386. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  387. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  388. </valuemap>
  389. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  390. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  391. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  392. <value type="QString">clean</value>
  393. </valuelist>
  394. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  395. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  396. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  397. </valuemap>
  398. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  399. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  400. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  401. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  402. </valuemap>
  403. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  404. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  405. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  406. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  407. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  408. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
  409. </valuemap>
  410. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
  411. <value type="QString" key="CMake.Build.Type">RelWithDebInfo</value>
  412. <value type="QString" key="CMake.Initial.Parameters">-GMinGW Makefiles
  413. -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
  414. -DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake
  415. -DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable}
  416. -DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX}
  417. -DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C}
  418. -DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx}</value>
  419. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\80_work\VS-Code-C\dfota\dfota_tools\build-dfota_tools-Desktop_Qt_5_12_12_MinGW_32_bit-RelWithDebInfo</value>
  420. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  421. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  422. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  423. <value type="QString">all</value>
  424. </valuelist>
  425. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  426. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  427. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  428. </valuemap>
  429. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  430. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  431. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  432. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  433. </valuemap>
  434. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  435. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  436. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  437. <value type="QString">clean</value>
  438. </valuelist>
  439. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  440. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  441. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  442. </valuemap>
  443. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  444. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  445. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  446. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  447. </valuemap>
  448. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  449. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  450. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  451. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  452. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release with Debug Information</value>
  453. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
  454. </valuemap>
  455. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.3">
  456. <value type="QString" key="CMake.Build.Type">MinSizeRel</value>
  457. <value type="QString" key="CMake.Initial.Parameters">-GMinGW Makefiles
  458. -DCMAKE_BUILD_TYPE:STRING=MinSizeRel
  459. -DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake
  460. -DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable}
  461. -DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX}
  462. -DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C}
  463. -DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx}</value>
  464. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\80_work\VS-Code-C\dfota\dfota_tools\build-dfota_tools-Desktop_Qt_5_12_12_MinGW_32_bit-MinSizeRel</value>
  465. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  466. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  467. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  468. <value type="QString">all</value>
  469. </valuelist>
  470. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  471. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  472. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  473. </valuemap>
  474. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  475. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  476. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  477. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  478. </valuemap>
  479. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  480. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  481. <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets">
  482. <value type="QString">clean</value>
  483. </valuelist>
  484. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  485. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
  486. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
  487. </valuemap>
  488. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  489. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  490. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
  491. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  492. </valuemap>
  493. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  494. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  495. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  496. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  497. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Minimum Size Release</value>
  498. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
  499. </valuemap>
  500. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">4</value>
  501. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  502. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  503. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
  504. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
  505. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</value>
  506. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  507. </valuemap>
  508. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  509. <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
  510. <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
  511. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
  512. </valuemap>
  513. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  514. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  515. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  516. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  517. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  518. <valuelist type="QVariantList" key="CustomOutputParsers"/>
  519. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  520. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  521. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">dfota_tools</value>
  522. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.dfota_tools</value>
  523. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">dfota_tools</value>
  524. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  525. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  526. <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
  527. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  528. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  529. </valuemap>
  530. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  531. </valuemap>
  532. </data>
  533. <data>
  534. <variable>ProjectExplorer.Project.TargetCount</variable>
  535. <value type="int">2</value>
  536. </data>
  537. <data>
  538. <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
  539. <value type="int">22</value>
  540. </data>
  541. <data>
  542. <variable>Version</variable>
  543. <value type="int">22</value>
  544. </data>
  545. </qtcreator>