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.

Lichtklavier.pro.user 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE QtCreatorProject>
  3. <!-- Written by QtCreator 5.0.2, 2021-10-15T13:27:03. -->
  4. <qtcreator>
  5. <data>
  6. <variable>EnvironmentId</variable>
  7. <value type="QByteArray">{0186f104-4405-43fd-b08d-c76712f271b9}</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">2</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">Desktop Qt 6.2.0 MinGW 64-bit</value>
  95. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 6.2.0 MinGW 64-bit</value>
  96. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt6.620.win64_mingw81_kit</value>
  97. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</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="int" key="EnableQmlDebugging">0</value>
  102. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\Manu\Documents\GIT\build-Lichtklavier-Desktop_Qt_6_2_0_MinGW_64_bit-Debug</value>
  103. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">C:/Users/Manu/Documents/GIT/build-Lichtklavier-Desktop_Qt_6_2_0_MinGW_64_bit-Debug</value>
  104. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  105. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  106. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  107. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  108. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  109. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  110. </valuemap>
  111. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  112. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  113. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  114. </valuemap>
  115. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  116. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  117. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  118. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  119. </valuemap>
  120. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  121. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  122. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  123. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  124. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  125. </valuemap>
  126. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  127. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  128. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  129. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  130. </valuemap>
  131. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  132. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  133. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  134. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  135. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  136. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  137. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  138. </valuemap>
  139. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  140. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\Manu\Documents\GIT\build-Lichtklavier-Desktop_Qt_6_2_0_MinGW_64_bit-Release</value>
  141. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">C:/Users/Manu/Documents/GIT/build-Lichtklavier-Desktop_Qt_6_2_0_MinGW_64_bit-Release</value>
  142. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  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">QtProjectManager.QMakeBuildStep</value>
  146. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  147. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  148. </valuemap>
  149. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  150. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  151. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  152. </valuemap>
  153. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  154. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  155. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  156. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  157. </valuemap>
  158. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  159. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  160. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  161. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  162. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  163. </valuemap>
  164. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  165. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  166. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  167. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  168. </valuemap>
  169. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  170. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  171. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  172. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  173. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  174. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  175. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  176. <value type="int" key="QtQuickCompiler">0</value>
  177. </valuemap>
  178. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
  179. <value type="int" key="EnableQmlDebugging">0</value>
  180. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\Manu\Documents\GIT\build-Lichtklavier-Desktop_Qt_6_2_0_MinGW_64_bit-Profile</value>
  181. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">C:/Users/Manu/Documents/GIT/build-Lichtklavier-Desktop_Qt_6_2_0_MinGW_64_bit-Profile</value>
  182. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  183. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  184. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  185. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  186. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  187. <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
  188. </valuemap>
  189. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  190. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  191. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  192. </valuemap>
  193. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  194. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Erstellen</value>
  195. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Erstellen</value>
  196. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  197. </valuemap>
  198. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  199. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  200. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  201. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  202. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  203. </valuemap>
  204. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  205. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Bereinigen</value>
  206. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Bereinigen</value>
  207. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  208. </valuemap>
  209. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  210. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  211. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
  212. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  213. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
  214. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  215. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  216. <value type="int" key="QtQuickCompiler">0</value>
  217. <value type="int" key="SeparateDebugInfo">0</value>
  218. </valuemap>
  219. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
  220. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  221. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  222. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
  223. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deployment</value>
  224. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deployment</value>
  225. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  226. </valuemap>
  227. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  228. <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
  229. <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
  230. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
  231. </valuemap>
  232. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  233. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  234. <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
  235. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  236. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  237. <valuelist type="QVariantList" key="CustomOutputParsers"/>
  238. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  239. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  240. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
  241. <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></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.UseQmlDebugger">false</value>
  245. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  246. </valuemap>
  247. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  248. </valuemap>
  249. </data>
  250. <data>
  251. <variable>ProjectExplorer.Project.TargetCount</variable>
  252. <value type="int">1</value>
  253. </data>
  254. <data>
  255. <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
  256. <value type="int">22</value>
  257. </data>
  258. <data>
  259. <variable>Version</variable>
  260. <value type="int">22</value>
  261. </data>
  262. </qtcreator>