mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Assets in eetest are loaded directly from the file system. App icon now is searched in the local relative path. Fixed some minor bugs. Added userdata pointer to the sprites events.
1119 lines
87 KiB
XML
1119 lines
87 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE QtCreatorProject>
|
|
<!-- Written by QtCreator 2.7.1, 2013-05-29T14:28:55. -->
|
|
<qtcreator>
|
|
<data>
|
|
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
|
<value type="int">0</value>
|
|
</data>
|
|
<data>
|
|
<variable>ProjectExplorer.Project.EditorSettings</variable>
|
|
<valuemap type="QVariantMap">
|
|
<value type="bool" key="EditorConfiguration.AutoIndent">false</value>
|
|
<value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
|
|
<value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
|
|
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
|
|
<value type="QByteArray" key="language">Cpp</value>
|
|
<valuemap type="QVariantMap" key="value">
|
|
<value type="QString" key="CurrentPreferences">CppGlobal</value>
|
|
</valuemap>
|
|
</valuemap>
|
|
<value type="int" key="EditorConfiguration.CodeStyle.Count">1</value>
|
|
<value type="QByteArray" key="EditorConfiguration.Codec">System</value>
|
|
<value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
|
|
<value type="int" key="EditorConfiguration.IndentSize">4</value>
|
|
<value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
|
|
<value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
|
|
<value type="int" key="EditorConfiguration.PaddingMode">2</value>
|
|
<value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
|
|
<value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
|
|
<value type="bool" key="EditorConfiguration.SpacesForTabs">false</value>
|
|
<value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
|
|
<value type="int" key="EditorConfiguration.TabSize">4</value>
|
|
<value type="bool" key="EditorConfiguration.UseGlobal">true</value>
|
|
<value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
|
|
<value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
|
|
<value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
|
|
<value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
|
|
<value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
|
|
</valuemap>
|
|
</data>
|
|
<data>
|
|
<variable>ProjectExplorer.Project.PluginSettings</variable>
|
|
<valuemap type="QVariantMap"/>
|
|
</data>
|
|
<data>
|
|
<variable>ProjectExplorer.Project.Target.0</variable>
|
|
<valuemap type="QVariantMap">
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">{388e5431-b31b-42b3-b9ad-9002d279d75d}</value>
|
|
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">15</value>
|
|
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
|
|
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">7</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 eepp-test</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand">make</value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">debug-test</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 -e config=release eepp-test</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand"></value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">-e config=release clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">/usr/bin/make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">release-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">release-test</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.10">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">--with-static-backend gmake</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">premake4</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}../../../</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand">make</value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">debug-all</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.11">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">--with-static-backend gmake</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">premake4</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}../../../</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 -e config=release</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand">make</value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">-e config=release clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">release-all</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.12">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/projects/mingw32</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand">make.sh</value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make.sh</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">debug-win-all</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.13">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/projects/mingw32</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 -e config=release</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand">make.sh</value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">-e config=release clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make.sh</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">release-win-all</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.14">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 eepp-sound</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand">make</value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">debug-sound</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.15">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 eepp-sprites</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand">make</value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">debug-sprites</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 eepp-static</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand"></value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">/usr/bin/make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-static-lib</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">debug-static-lib</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.3">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 -e config=release eepp-static</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand"></value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">-e config=release clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">release-static-lib</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">release-static-lib</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.4">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 eepp-shared</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand"></value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-dynamic-lib</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">debug-dynamic-lib</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.5">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 -e config=release eepp-shared</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand"></value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">-e config=release clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">release-dynamic-lib</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">release-dynamic-lib</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.6">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 eepp-ew</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand"></value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of </value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">/usr/bin/make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">debug-ew</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.7">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 -e config=release eepp-ew</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand"></value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Make</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">-e config=release clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">/usr/bin/make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">release-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">release-ew</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.8">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 eepp-es</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand"></value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of </value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">/usr/bin/make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">debug-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">debug-es</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.9">
|
|
<value type="QString" key="GenericProjectManager.GenericBuildConfiguration.BuildDirectory">/home/programming/eepp/make/linux</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<valuelist type="QVariantList" key="GenericProjectManager.GenericMakeStep.BuildTargets"/>
|
|
<value type="bool" key="GenericProjectManager.GenericMakeStep.Clean">false</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeArguments">-j4 -e config=release eepp-es</value>
|
|
<value type="QString" key="GenericProjectManager.GenericMakeStep.MakeCommand"></value>
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Make</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericMakeStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Build</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">-e config=release clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.Command">/usr/bin/make</value>
|
|
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clone of Clean</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">release-test</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">release-es</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">GenericProjectManager.GenericBuildConfiguration</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">16</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">No deployment</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">No deployment</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
|
|
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
|
|
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
|
|
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
|
|
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
|
|
<value type="int">0</value>
|
|
<value type="int">1</value>
|
|
<value type="int">2</value>
|
|
<value type="int">3</value>
|
|
<value type="int">4</value>
|
|
<value type="int">5</value>
|
|
<value type="int">6</value>
|
|
<value type="int">7</value>
|
|
<value type="int">8</value>
|
|
<value type="int">9</value>
|
|
<value type="int">10</value>
|
|
<value type="int">11</value>
|
|
<value type="int">12</value>
|
|
<value type="int">13</value>
|
|
<value type="int">14</value>
|
|
</valuelist>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
|
|
<value type="int" key="ProjectExplorer.CustomExecutableRunConfiguration.BaseEnvironmentBase">2</value>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable">/home/programming/eepp/eetest-debug</value>
|
|
<value type="bool" key="ProjectExplorer.CustomExecutableRunConfiguration.UseTerminal">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.CustomExecutableRunConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">eetest-debug</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">eetest-debug</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
|
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
|
<value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
|
|
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">false</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.1">
|
|
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
|
|
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
|
|
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
|
|
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
|
|
<value type="int">0</value>
|
|
<value type="int">1</value>
|
|
<value type="int">2</value>
|
|
<value type="int">3</value>
|
|
<value type="int">4</value>
|
|
<value type="int">5</value>
|
|
<value type="int">6</value>
|
|
<value type="int">7</value>
|
|
<value type="int">8</value>
|
|
<value type="int">9</value>
|
|
<value type="int">10</value>
|
|
<value type="int">11</value>
|
|
<value type="int">12</value>
|
|
<value type="int">13</value>
|
|
<value type="int">14</value>
|
|
</valuelist>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
|
|
<value type="int" key="ProjectExplorer.CustomExecutableRunConfiguration.BaseEnvironmentBase">2</value>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable">/home/programming/eepp/eetest-release</value>
|
|
<value type="bool" key="ProjectExplorer.CustomExecutableRunConfiguration.UseTerminal">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.CustomExecutableRunConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">eetest-release</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">eetest-release</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
|
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
|
<value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
|
|
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">false</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.2">
|
|
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
|
|
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
|
|
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
|
|
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
|
|
<value type="int">0</value>
|
|
<value type="int">1</value>
|
|
<value type="int">2</value>
|
|
<value type="int">3</value>
|
|
<value type="int">4</value>
|
|
<value type="int">5</value>
|
|
<value type="int">6</value>
|
|
<value type="int">7</value>
|
|
<value type="int">8</value>
|
|
<value type="int">9</value>
|
|
<value type="int">10</value>
|
|
<value type="int">11</value>
|
|
<value type="int">12</value>
|
|
<value type="int">13</value>
|
|
<value type="int">14</value>
|
|
</valuelist>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
|
|
<value type="int" key="ProjectExplorer.CustomExecutableRunConfiguration.BaseEnvironmentBase">2</value>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable">/home/programming/eepp/eeew-debug</value>
|
|
<value type="bool" key="ProjectExplorer.CustomExecutableRunConfiguration.UseTerminal">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.CustomExecutableRunConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Run /home/programming/eepp/eeew-debug</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">eeew-debug</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
|
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
|
<value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
|
|
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">false</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.3">
|
|
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
|
|
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
|
|
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
|
|
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
|
|
<value type="int">0</value>
|
|
<value type="int">1</value>
|
|
<value type="int">2</value>
|
|
<value type="int">3</value>
|
|
<value type="int">4</value>
|
|
<value type="int">5</value>
|
|
<value type="int">6</value>
|
|
<value type="int">7</value>
|
|
<value type="int">8</value>
|
|
<value type="int">9</value>
|
|
<value type="int">10</value>
|
|
<value type="int">11</value>
|
|
<value type="int">12</value>
|
|
<value type="int">13</value>
|
|
<value type="int">14</value>
|
|
</valuelist>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
|
|
<value type="int" key="ProjectExplorer.CustomExecutableRunConfiguration.BaseEnvironmentBase">2</value>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable">/home/programming/eepp/eeew-release</value>
|
|
<value type="bool" key="ProjectExplorer.CustomExecutableRunConfiguration.UseTerminal">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.CustomExecutableRunConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Run /home/programming/eepp/eeew-release</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">eeew-release</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
|
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
|
<value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
|
|
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">false</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.4">
|
|
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
|
|
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
|
|
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
|
|
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
|
|
<value type="int">0</value>
|
|
<value type="int">1</value>
|
|
<value type="int">2</value>
|
|
<value type="int">3</value>
|
|
<value type="int">4</value>
|
|
<value type="int">5</value>
|
|
<value type="int">6</value>
|
|
<value type="int">7</value>
|
|
<value type="int">8</value>
|
|
<value type="int">9</value>
|
|
<value type="int">10</value>
|
|
<value type="int">11</value>
|
|
<value type="int">12</value>
|
|
<value type="int">13</value>
|
|
<value type="int">14</value>
|
|
</valuelist>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
|
|
<value type="int" key="ProjectExplorer.CustomExecutableRunConfiguration.BaseEnvironmentBase">2</value>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable">/home/programming/eepp/eees-debug</value>
|
|
<value type="bool" key="ProjectExplorer.CustomExecutableRunConfiguration.UseTerminal">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.CustomExecutableRunConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Run /home/programming/eepp/eees-debug</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">eees-debug</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
|
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
|
<value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
|
|
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.5">
|
|
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
|
|
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
|
|
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
|
|
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
|
|
<value type="int">0</value>
|
|
<value type="int">1</value>
|
|
<value type="int">2</value>
|
|
<value type="int">3</value>
|
|
<value type="int">4</value>
|
|
<value type="int">5</value>
|
|
<value type="int">6</value>
|
|
<value type="int">7</value>
|
|
<value type="int">8</value>
|
|
<value type="int">9</value>
|
|
<value type="int">10</value>
|
|
<value type="int">11</value>
|
|
<value type="int">12</value>
|
|
<value type="int">13</value>
|
|
<value type="int">14</value>
|
|
</valuelist>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
|
|
<value type="int" key="ProjectExplorer.CustomExecutableRunConfiguration.BaseEnvironmentBase">2</value>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable">/home/programming/eepp/eees-release</value>
|
|
<value type="bool" key="ProjectExplorer.CustomExecutableRunConfiguration.UseTerminal">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.CustomExecutableRunConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Run /home/programming/eepp/eees-release</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">eees-release</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
|
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
|
<value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
|
|
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.6">
|
|
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
|
|
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
|
|
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
|
|
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
|
|
<value type="int">0</value>
|
|
<value type="int">1</value>
|
|
<value type="int">2</value>
|
|
<value type="int">3</value>
|
|
<value type="int">4</value>
|
|
<value type="int">5</value>
|
|
<value type="int">6</value>
|
|
<value type="int">7</value>
|
|
<value type="int">8</value>
|
|
<value type="int">9</value>
|
|
<value type="int">10</value>
|
|
<value type="int">11</value>
|
|
<value type="int">12</value>
|
|
<value type="int">13</value>
|
|
<value type="int">14</value>
|
|
</valuelist>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
|
|
<value type="int" key="ProjectExplorer.CustomExecutableRunConfiguration.BaseEnvironmentBase">2</value>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable">/home/programming/eepp/eesound-debug</value>
|
|
<value type="bool" key="ProjectExplorer.CustomExecutableRunConfiguration.UseTerminal">true</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.CustomExecutableRunConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Run /home/programming/eepp/eesound-debug</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">eesound-debug</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
|
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
|
<value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
|
|
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
|
|
</valuemap>
|
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.7">
|
|
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
|
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
|
|
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
|
|
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
|
|
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
|
|
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
|
|
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
|
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
|
|
<value type="int">0</value>
|
|
<value type="int">1</value>
|
|
<value type="int">2</value>
|
|
<value type="int">3</value>
|
|
<value type="int">4</value>
|
|
<value type="int">5</value>
|
|
<value type="int">6</value>
|
|
<value type="int">7</value>
|
|
<value type="int">8</value>
|
|
<value type="int">9</value>
|
|
<value type="int">10</value>
|
|
<value type="int">11</value>
|
|
<value type="int">12</value>
|
|
<value type="int">13</value>
|
|
<value type="int">14</value>
|
|
</valuelist>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
|
|
<value type="int" key="ProjectExplorer.CustomExecutableRunConfiguration.BaseEnvironmentBase">2</value>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable">/home/programming/eepp/eesprites-debug</value>
|
|
<value type="bool" key="ProjectExplorer.CustomExecutableRunConfiguration.UseTerminal">false</value>
|
|
<valuelist type="QVariantList" key="ProjectExplorer.CustomExecutableRunConfiguration.UserEnvironmentChanges"/>
|
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{buildDir}</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Run /home/programming/eepp/eesprites-debug</value>
|
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">eesprites-debug</value>
|
|
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
|
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
|
<value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
|
|
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
|
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
|
|
</valuemap>
|
|
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">8</value>
|
|
</valuemap>
|
|
</data>
|
|
<data>
|
|
<variable>ProjectExplorer.Project.TargetCount</variable>
|
|
<value type="int">1</value>
|
|
</data>
|
|
<data>
|
|
<variable>ProjectExplorer.Project.Updater.EnvironmentId</variable>
|
|
<value type="QString">{b6114084-39c2-4cd0-b9e2-d8803dc6b446}</value>
|
|
</data>
|
|
<data>
|
|
<variable>ProjectExplorer.Project.Updater.FileVersion</variable>
|
|
<value type="int">12</value>
|
|
</data>
|
|
</qtcreator>
|