ytSmartLightCore.pro.user.fb681d9 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE QtCreatorProject>
  3. <!-- Written by QtCreator 4.7.2, 2020-10-08T20:39:15. -->
  4. <qtcreator>
  5. <data>
  6. <variable>EnvironmentId</variable>
  7. <value type="QByteArray">{fb681d9c-af2e-486c-bcf3-0c8d98e6485a}</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. <valuelist type="QVariantList" key="ClangCodeModel.CustomCommandLineKey"/>
  59. <value type="bool" key="ClangCodeModel.UseGlobalConfig">true</value>
  60. </valuemap>
  61. </data>
  62. <data>
  63. <variable>ProjectExplorer.Project.Target.0</variable>
  64. <valuemap type="QVariantMap">
  65. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop 5.9.7</value>
  66. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop 5.9.7</value>
  67. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{4112d4fc-6a65-44e9-a52c-69010e5fe393}</value>
  68. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
  69. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  70. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  71. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  72. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/yt/Desktop/ytSmartLight/ytSmartLight/build-ytSmartLightCore-Desktop_5_9_7-Debug</value>
  73. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  74. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  75. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  76. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  77. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  78. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  79. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
  80. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  81. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  82. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  83. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  84. </valuemap>
  85. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  86. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  87. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  88. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  89. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  90. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  91. <value type="QString">-w</value>
  92. <value type="QString">-r</value>
  93. </valuelist>
  94. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  95. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  96. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  97. </valuemap>
  98. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  99. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  100. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  101. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  102. </valuemap>
  103. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  104. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  105. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  106. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  107. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  108. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  109. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  110. <value type="QString">-w</value>
  111. <value type="QString">-r</value>
  112. </valuelist>
  113. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  114. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  115. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  116. </valuemap>
  117. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  118. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  119. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  120. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  121. </valuemap>
  122. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  123. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  124. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  125. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
  126. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  127. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  128. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  129. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  130. </valuemap>
  131. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  132. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/yt/Desktop/ytSmartLight/ytSmartLight/build-ytSmartLightCore-Desktop_5_9_7-Release</value>
  133. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  134. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  135. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  136. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  137. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  138. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  139. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  140. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  141. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  142. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  143. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  144. </valuemap>
  145. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  146. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  147. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  148. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  149. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  150. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  151. <value type="QString">-w</value>
  152. <value type="QString">-r</value>
  153. </valuelist>
  154. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  155. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  156. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  157. </valuemap>
  158. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  159. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  160. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  161. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  162. </valuemap>
  163. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  164. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  165. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  166. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  167. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  168. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  169. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  170. <value type="QString">-w</value>
  171. <value type="QString">-r</value>
  172. </valuelist>
  173. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  174. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  175. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  176. </valuemap>
  177. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  178. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  179. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  180. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  181. </valuemap>
  182. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  183. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  184. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  185. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
  186. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  187. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  188. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  189. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  190. </valuemap>
  191. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
  192. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/yt/Desktop/ytSmartLight/ytSmartLight/build-ytSmartLightCore-Desktop_5_9_7-Profile</value>
  193. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  194. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  195. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  196. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  197. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  198. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  199. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
  200. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  201. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  202. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">true</value>
  203. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  204. </valuemap>
  205. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  206. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  207. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  208. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  209. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  210. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  211. <value type="QString">-w</value>
  212. <value type="QString">-r</value>
  213. </valuelist>
  214. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  215. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  216. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  217. </valuemap>
  218. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  219. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  220. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  221. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  222. </valuemap>
  223. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  224. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  225. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  226. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  227. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  228. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  229. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  230. <value type="QString">-w</value>
  231. <value type="QString">-r</value>
  232. </valuelist>
  233. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  234. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  235. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  236. </valuemap>
  237. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  238. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  239. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  240. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  241. </valuemap>
  242. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  243. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  244. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  245. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Profile</value>
  246. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
  247. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  248. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  249. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  250. </valuemap>
  251. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
  252. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  253. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  254. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
  255. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">部署</value>
  256. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  257. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  258. </valuemap>
  259. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  260. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy Configuration</value>
  261. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  262. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
  263. </valuemap>
  264. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  265. <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
  266. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  267. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  268. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  269. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  270. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  271. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  272. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  273. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  274. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  275. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  276. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  277. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  278. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  279. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  280. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  281. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  282. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  283. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  284. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  285. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  286. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  287. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  288. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  289. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  290. <value type="int">0</value>
  291. <value type="int">1</value>
  292. <value type="int">2</value>
  293. <value type="int">3</value>
  294. <value type="int">4</value>
  295. <value type="int">5</value>
  296. <value type="int">6</value>
  297. <value type="int">7</value>
  298. <value type="int">8</value>
  299. <value type="int">9</value>
  300. <value type="int">10</value>
  301. <value type="int">11</value>
  302. <value type="int">12</value>
  303. <value type="int">13</value>
  304. <value type="int">14</value>
  305. </valuelist>
  306. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  307. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  308. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">ytSmartLightCore</value>
  309. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  310. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/yt/Desktop/ytSmartLight/ytSmartLight/ytSmartLightCore/ytSmartLightCore.pro</value>
  311. <value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
  312. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
  313. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">ytSmartLightCore.pro</value>
  314. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
  315. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default">/home/yt/Desktop/ytSmartLight/ytSmartLight/build-ytSmartLightCore-Desktop_5_9_7-Release</value>
  316. <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
  317. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  318. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  319. <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
  320. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  321. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  322. </valuemap>
  323. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  324. </valuemap>
  325. </data>
  326. <data>
  327. <variable>ProjectExplorer.Project.Target.1</variable>
  328. <valuemap type="QVariantMap">
  329. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">桌面 4.8.7</value>
  330. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">桌面 4.8.7</value>
  331. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{c2ccb1f5-9ac6-4834-a70f-12a8a32f15d7}</value>
  332. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
  333. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  334. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  335. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  336. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/yt/Desktop/ytSmartLight/ytSmartLight/build-ytSmartLightCore-4_8_7-Debug</value>
  337. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  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.DefaultDisplayName">qmake</value>
  341. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  342. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  343. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  344. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  345. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  346. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  347. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  348. </valuemap>
  349. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  350. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  351. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  352. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  353. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  354. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  355. <value type="QString">-w</value>
  356. <value type="QString">-r</value>
  357. </valuelist>
  358. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  359. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  360. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  361. </valuemap>
  362. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  363. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  364. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  365. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  366. </valuemap>
  367. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  368. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  369. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  370. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  371. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  372. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  373. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  374. <value type="QString">-w</value>
  375. <value type="QString">-r</value>
  376. </valuelist>
  377. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  378. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  379. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  380. </valuemap>
  381. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  382. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  383. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  384. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  385. </valuemap>
  386. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  387. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  388. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  389. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
  390. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  391. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  392. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  393. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  394. </valuemap>
  395. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  396. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/yt/Desktop/ytSmartLight/ytSmartLight/build-ytSmartLightCore-4_8_7-Release</value>
  397. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  398. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  399. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  400. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  401. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  402. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  403. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  404. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  405. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  406. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  407. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  408. </valuemap>
  409. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  410. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  411. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  412. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  413. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  414. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  415. <value type="QString">-w</value>
  416. <value type="QString">-r</value>
  417. </valuelist>
  418. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  419. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  420. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  421. </valuemap>
  422. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  423. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  424. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  425. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  426. </valuemap>
  427. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  428. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  429. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  430. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  431. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  432. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  433. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  434. <value type="QString">-w</value>
  435. <value type="QString">-r</value>
  436. </valuelist>
  437. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  438. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  439. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  440. </valuemap>
  441. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  442. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  443. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  444. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  445. </valuemap>
  446. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  447. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  448. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  449. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
  450. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  451. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  452. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  453. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  454. </valuemap>
  455. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">2</value>
  456. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  457. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  458. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
  459. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">部署</value>
  460. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  461. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  462. </valuemap>
  463. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  464. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy Configuration</value>
  465. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  466. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
  467. </valuemap>
  468. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  469. <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
  470. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  471. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  472. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  473. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  474. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  475. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  476. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  477. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  478. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  479. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  480. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  481. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  482. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  483. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  484. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  485. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  486. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  487. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  488. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  489. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  490. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  491. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  492. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  493. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  494. <value type="int">0</value>
  495. <value type="int">1</value>
  496. <value type="int">2</value>
  497. <value type="int">3</value>
  498. <value type="int">4</value>
  499. <value type="int">5</value>
  500. <value type="int">6</value>
  501. <value type="int">7</value>
  502. <value type="int">8</value>
  503. <value type="int">9</value>
  504. <value type="int">10</value>
  505. <value type="int">11</value>
  506. <value type="int">12</value>
  507. <value type="int">13</value>
  508. <value type="int">14</value>
  509. </valuelist>
  510. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  511. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  512. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">ytSmartLightCore</value>
  513. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  514. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/yt/Desktop/ytSmartLight/ytSmartLight/ytSmartLightCore/ytSmartLightCore.pro</value>
  515. <value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
  516. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
  517. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">ytSmartLightCore.pro</value>
  518. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
  519. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default"></value>
  520. <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
  521. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  522. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  523. <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
  524. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  525. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  526. </valuemap>
  527. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  528. </valuemap>
  529. </data>
  530. <data>
  531. <variable>ProjectExplorer.Project.Target.2</variable>
  532. <valuemap type="QVariantMap">
  533. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop 5.9.2</value>
  534. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop 5.9.2</value>
  535. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{45317b20-28d3-4cde-b521-fd6ab747202c}</value>
  536. <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
  537. <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
  538. <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
  539. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
  540. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/yt/Desktop/ytSmartLight/ytSmartLight/build-ytSmartLightCore-Desktop_5_9_2-Debug</value>
  541. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  542. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  543. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  544. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  545. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  546. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  547. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
  548. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  549. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  550. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  551. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  552. </valuemap>
  553. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  554. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  555. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  556. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  557. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  558. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  559. <value type="QString">-w</value>
  560. <value type="QString">-r</value>
  561. </valuelist>
  562. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  563. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  564. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  565. </valuemap>
  566. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  567. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  568. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  569. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  570. </valuemap>
  571. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  572. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  573. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  574. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  575. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  576. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  577. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  578. <value type="QString">-w</value>
  579. <value type="QString">-r</value>
  580. </valuelist>
  581. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  582. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  583. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  584. </valuemap>
  585. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  586. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  587. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  588. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  589. </valuemap>
  590. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  591. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  592. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  593. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
  594. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
  595. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  596. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
  597. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  598. </valuemap>
  599. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
  600. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/yt/Desktop/ytSmartLight/ytSmartLight/build-ytSmartLightCore-Desktop_5_9_2-Release</value>
  601. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  602. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  603. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  604. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  605. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  606. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  607. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
  608. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  609. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  610. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
  611. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  612. </valuemap>
  613. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  614. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  615. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  616. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  617. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  618. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  619. <value type="QString">-w</value>
  620. <value type="QString">-r</value>
  621. </valuelist>
  622. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  623. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  624. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  625. </valuemap>
  626. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  627. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  628. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  629. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  630. </valuemap>
  631. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  632. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  633. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  634. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  635. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  636. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  637. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  638. <value type="QString">-w</value>
  639. <value type="QString">-r</value>
  640. </valuelist>
  641. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  642. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  643. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  644. </valuemap>
  645. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  646. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  647. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  648. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  649. </valuemap>
  650. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  651. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  652. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  653. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
  654. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
  655. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  656. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  657. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  658. </valuemap>
  659. <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
  660. <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/yt/Desktop/ytSmartLight/ytSmartLight/build-ytSmartLightCore-Desktop_5_9_2-Profile</value>
  661. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  662. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  663. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  664. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
  665. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  666. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
  667. <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
  668. <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
  669. <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
  670. <value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">true</value>
  671. <value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
  672. </valuemap>
  673. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
  674. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  675. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  676. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  677. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  678. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  679. <value type="QString">-w</value>
  680. <value type="QString">-r</value>
  681. </valuelist>
  682. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
  683. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
  684. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  685. </valuemap>
  686. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
  687. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
  688. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  689. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
  690. </valuemap>
  691. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
  692. <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
  693. <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
  694. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
  695. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  696. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
  697. <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments">
  698. <value type="QString">-w</value>
  699. <value type="QString">-r</value>
  700. </valuelist>
  701. <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
  702. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
  703. <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
  704. </valuemap>
  705. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
  706. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
  707. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  708. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
  709. </valuemap>
  710. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
  711. <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
  712. <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
  713. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Profile</value>
  714. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
  715. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
  716. <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
  717. <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
  718. </valuemap>
  719. <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
  720. <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
  721. <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
  722. <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
  723. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">部署</value>
  724. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  725. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
  726. </valuemap>
  727. <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
  728. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy Configuration</value>
  729. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  730. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
  731. </valuemap>
  732. <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
  733. <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
  734. <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
  735. <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
  736. <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
  737. <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
  738. <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
  739. <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
  740. <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
  741. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
  742. <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
  743. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
  744. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
  745. <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
  746. <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
  747. <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
  748. <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
  749. <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
  750. <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
  751. <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
  752. <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
  753. <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
  754. <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
  755. <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
  756. <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
  757. <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
  758. <value type="int">0</value>
  759. <value type="int">1</value>
  760. <value type="int">2</value>
  761. <value type="int">3</value>
  762. <value type="int">4</value>
  763. <value type="int">5</value>
  764. <value type="int">6</value>
  765. <value type="int">7</value>
  766. <value type="int">8</value>
  767. <value type="int">9</value>
  768. <value type="int">10</value>
  769. <value type="int">11</value>
  770. <value type="int">12</value>
  771. <value type="int">13</value>
  772. <value type="int">14</value>
  773. </valuelist>
  774. <value type="int" key="PE.EnvironmentAspect.Base">2</value>
  775. <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
  776. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">ytSmartLightCore</value>
  777. <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
  778. <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/yt/Desktop/ytSmartLight/ytSmartLight/ytSmartLightCore/ytSmartLightCore.pro</value>
  779. <value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
  780. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
  781. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">ytSmartLightCore.pro</value>
  782. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
  783. <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default"></value>
  784. <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
  785. <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
  786. <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
  787. <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
  788. <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
  789. <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
  790. </valuemap>
  791. <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
  792. </valuemap>
  793. </data>
  794. <data>
  795. <variable>ProjectExplorer.Project.TargetCount</variable>
  796. <value type="int">3</value>
  797. </data>
  798. <data>
  799. <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
  800. <value type="int">18</value>
  801. </data>
  802. <data>
  803. <variable>Version</variable>
  804. <value type="int">18</value>
  805. </data>
  806. </qtcreator>