author | Sebastian Brannstrom <sebastianb@symbian.org> |
Wed, 11 Aug 2010 20:03:29 +0100 | |
changeset 24 | 2e833c2a6782 |
parent 20 | a7451a8eb5dc |
permissions | -rwxr-xr-x |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
1 |
<!DOCTYPE QtCreatorProject> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
2 |
<qtcreator> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
3 |
<data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
4 |
<variable>ProjectExplorer.Project.ActiveTarget</variable> |
24
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
5 |
<value type="int">3</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
6 |
</data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
7 |
<data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
8 |
<variable>ProjectExplorer.Project.EditorSettings</variable> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
9 |
<valuemap type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
10 |
<value key="EditorConfiguration.Codec" type="QByteArray">System</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
11 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
12 |
</data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
13 |
<data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
14 |
<variable>ProjectExplorer.Project.Target.0</variable> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
15 |
<valuemap type="QVariantMap"> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
16 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Desktop</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
17 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Target.DesktopTarget</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
18 |
<value key="ProjectExplorer.Target.ActiveBuildConfiguration" type="int">0</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
19 |
<value key="ProjectExplorer.Target.ActiveRunConfiguration" type="int">0</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
20 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.0" type="QVariantMap"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
21 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
22 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">qmake</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
23 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">QtProjectManager.QMakeBuildStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
24 |
<valuelist key="QtProjectManager.QMakeBuildStep.QMakeArguments" type="QVariantList"/> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
25 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
26 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.1" type="QVariantMap"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
27 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
28 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
29 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">false</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
30 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"/> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
31 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
32 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
33 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">2</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
34 |
<valuemap key="ProjectExplorer.BuildConfiguration.CleanStep.0" type="QVariantMap"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
35 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
36 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
37 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">true</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
38 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
39 |
<value type="QString">clean</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
40 |
</valuelist> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
41 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
42 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
43 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">1</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
44 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
45 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
46 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Debug</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
47 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
48 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">2</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
49 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine-build-desktop</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
50 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">33</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
51 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">2</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
52 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">true</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
53 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
54 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.1" type="QVariantMap"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
55 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
56 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">qmake</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
57 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">QtProjectManager.QMakeBuildStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
58 |
<valuelist key="QtProjectManager.QMakeBuildStep.QMakeArguments" type="QVariantList"/> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
59 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
60 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.1" type="QVariantMap"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
61 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
62 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
63 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">false</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
64 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"/> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
65 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
66 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
67 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">2</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
68 |
<valuemap key="ProjectExplorer.BuildConfiguration.CleanStep.0" type="QVariantMap"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
69 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
70 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
71 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">true</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
72 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
73 |
<value type="QString">clean</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
74 |
</valuelist> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
75 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
76 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
77 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">1</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
78 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
79 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
80 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Release</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
81 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
82 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">0</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
83 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine-build-desktop</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
84 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">33</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
85 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">2</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
86 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">true</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
87 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
88 |
<value key="ProjectExplorer.Target.BuildConfigurationCount" type="int">2</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
89 |
<valuemap key="ProjectExplorer.Target.RunConfiguration.0" type="QVariantMap"> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
90 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">contactengine</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
91 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4RunConfiguration</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
92 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.BaseEnvironmentBase" type="int">2</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
93 |
<valuelist key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments" type="QVariantList"/> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
94 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.ProFile" type="QString">contactengine.pro</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
95 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix" type="bool">false</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
96 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal" type="bool">false</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
97 |
<valuelist key="Qt4ProjectManager.Qt4RunConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
98 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UserSetName" type="bool">false</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
99 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UserSetWorkingDirectory" type="bool">false</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
100 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
101 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
102 |
<value key="ProjectExplorer.Target.RunConfigurationCount" type="int">1</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
103 |
</valuemap> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
104 |
</data> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
105 |
<data> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
106 |
<variable>ProjectExplorer.Project.Target.1</variable> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
107 |
<valuemap type="QVariantMap"> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
108 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Qt Simulator</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
109 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Target.QtSimulatorTarget</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
110 |
<value key="ProjectExplorer.Target.ActiveBuildConfiguration" type="int">0</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
111 |
<value key="ProjectExplorer.Target.ActiveRunConfiguration" type="int">0</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
112 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.0" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
113 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
114 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">qmake</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
115 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">QtProjectManager.QMakeBuildStep</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
116 |
<valuelist key="QtProjectManager.QMakeBuildStep.QMakeArguments" type="QVariantList"/> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
117 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
118 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.1" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
119 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
120 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
121 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
122 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"/> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
123 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
124 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
125 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">2</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
126 |
<valuemap key="ProjectExplorer.BuildConfiguration.CleanStep.0" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
127 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
128 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
129 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">true</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
130 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
131 |
<value type="QString">clean</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
132 |
</valuelist> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
133 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
134 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
135 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">1</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
136 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
137 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
138 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Debug</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
139 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
140 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">2</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
141 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine-build-simulator</value> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
142 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">3</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
143 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">2</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
144 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">true</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
145 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
146 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.1" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
147 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
148 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">qmake</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
149 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">QtProjectManager.QMakeBuildStep</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
150 |
<valuelist key="QtProjectManager.QMakeBuildStep.QMakeArguments" type="QVariantList"/> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
151 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
152 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.1" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
153 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
154 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
155 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
156 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"/> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
157 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
158 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
159 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">2</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
160 |
<valuemap key="ProjectExplorer.BuildConfiguration.CleanStep.0" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
161 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
162 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
163 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">true</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
164 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
165 |
<value type="QString">clean</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
166 |
</valuelist> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
167 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
168 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
169 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">1</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
170 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
171 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
172 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Release</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
173 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
174 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">0</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
175 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine-build-simulator</value> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
176 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">3</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
177 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">2</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
178 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">true</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
179 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
180 |
<value key="ProjectExplorer.Target.BuildConfigurationCount" type="int">2</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
181 |
<valuemap key="ProjectExplorer.Target.RunConfiguration.0" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
182 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">contactengine</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
183 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4RunConfiguration</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
184 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.BaseEnvironmentBase" type="int">2</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
185 |
<valuelist key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments" type="QVariantList"/> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
186 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.ProFile" type="QString">contactengine.pro</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
187 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
188 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
189 |
<valuelist key="Qt4ProjectManager.Qt4RunConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
190 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UserSetName" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
191 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UserSetWorkingDirectory" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
192 |
<value key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory" type="QString"></value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
193 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
194 |
<value key="ProjectExplorer.Target.RunConfigurationCount" type="int">1</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
195 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
196 |
</data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
197 |
<data> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
198 |
<variable>ProjectExplorer.Project.Target.2</variable> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
199 |
<valuemap type="QVariantMap"> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
200 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Remote compiler</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
201 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Target.WccCompilerTarget</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
202 |
<value key="ProjectExplorer.Target.ActiveBuildConfiguration" type="int">0</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
203 |
<value key="ProjectExplorer.Target.ActiveRunConfiguration" type="int">0</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
204 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.0" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
205 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
206 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
207 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.WccBuildStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
208 |
<value key="Qt4ProjectManager.WccBuildStep.CertFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
209 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
210 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyPass" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
211 |
<value key="Qt4ProjectManager.WccBuildStep.PostOp" type="int">2</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
212 |
</valuemap> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
213 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">1</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
214 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">0</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
215 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
216 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
217 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Maemo 5</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
218 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
219 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">0</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
220 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine-build-wcc</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
221 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">12</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
222 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">12</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
223 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">true</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
224 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
225 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.1" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
226 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
227 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
228 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.WccBuildStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
229 |
<value key="Qt4ProjectManager.WccBuildStep.CertFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
230 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
231 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyPass" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
232 |
<value key="Qt4ProjectManager.WccBuildStep.PostOp" type="int">2</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
233 |
</valuemap> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
234 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">1</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
235 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">0</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
236 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
237 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
238 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">S60 3rd Edition Feature Pack 1</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
239 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
240 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">0</value> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
241 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine-build-wcc</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
242 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">13</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
243 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">12</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
244 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">true</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
245 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
246 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.2" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
247 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
248 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
249 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.WccBuildStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
250 |
<value key="Qt4ProjectManager.WccBuildStep.CertFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
251 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
252 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyPass" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
253 |
<value key="Qt4ProjectManager.WccBuildStep.PostOp" type="int">2</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
254 |
</valuemap> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
255 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">1</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
256 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">0</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
257 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
258 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
259 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">S60 3rd Edition Feature Pack 2</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
260 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
261 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">0</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
262 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine-build-wcc</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
263 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">14</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
264 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">12</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
265 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">true</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
266 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
267 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.3" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
268 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
269 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
270 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.WccBuildStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
271 |
<value key="Qt4ProjectManager.WccBuildStep.CertFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
272 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
273 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyPass" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
274 |
<value key="Qt4ProjectManager.WccBuildStep.PostOp" type="int">2</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
275 |
</valuemap> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
276 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">1</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
277 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">0</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
278 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
279 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
280 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">S60 5th Edition</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
281 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
282 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">0</value> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
283 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine-build-wcc</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
284 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">15</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
285 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">12</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
286 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">true</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
287 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
288 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.4" type="QVariantMap"> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
289 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
290 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
291 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.WccBuildStep</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
292 |
<value key="Qt4ProjectManager.WccBuildStep.CertFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
293 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyFile" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
294 |
<value key="Qt4ProjectManager.WccBuildStep.CertKeyPass" type="QString"></value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
295 |
<value key="Qt4ProjectManager.WccBuildStep.PostOp" type="int">2</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
296 |
</valuemap> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
297 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">1</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
298 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">0</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
299 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
300 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
301 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">S60 5th Edition (N97 SDK)</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
302 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
303 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">0</value> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
304 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine-build-wcc</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
305 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">16</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
306 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">12</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
307 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">true</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
308 |
</valuemap> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
309 |
<value key="ProjectExplorer.Target.BuildConfigurationCount" type="int">5</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
310 |
<valuemap key="ProjectExplorer.Target.RunConfiguration.0" type="QVariantMap"> |
20
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
311 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Remote compiler - empty run configuration</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
312 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.WccRunConfiguration</value> |
a7451a8eb5dc
Added DB framework for CSV import - doesn't work yet though
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
19
diff
changeset
|
313 |
<value key="Qt4ProjectManager.WccRunConfiguration.ProFile" type="QString">contactengine.pro</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
314 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
315 |
<value key="ProjectExplorer.Target.RunConfigurationCount" type="int">1</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
316 |
</valuemap> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
317 |
</data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
318 |
<data> |
24
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
319 |
<variable>ProjectExplorer.Project.Target.3</variable> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
320 |
<valuemap type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
321 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Symbian Device</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
322 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Target.S60DeviceTarget</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
323 |
<value key="ProjectExplorer.Target.ActiveBuildConfiguration" type="int">0</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
324 |
<value key="ProjectExplorer.Target.ActiveRunConfiguration" type="int">0</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
325 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.0" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
326 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
327 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">qmake</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
328 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">QtProjectManager.QMakeBuildStep</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
329 |
<valuelist key="QtProjectManager.QMakeBuildStep.QMakeArguments" type="QVariantList"/> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
330 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
331 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.1" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
332 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
333 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
334 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">false</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
335 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"/> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
336 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
337 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
338 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.2" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
339 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Create SIS Package</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
340 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.S60SignBuildStep</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
341 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">false</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
342 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"/> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
343 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
344 |
<value key="Qt4ProjectManager.S60CreatePackageStep.Certificate" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
345 |
<value key="Qt4ProjectManager.S60CreatePackageStep.Keyfile" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
346 |
<value key="Qt4ProjectManager.S60CreatePackageStep.SignMode" type="int">0</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
347 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
348 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">3</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
349 |
<valuemap key="ProjectExplorer.BuildConfiguration.CleanStep.0" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
350 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
351 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
352 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">true</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
353 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
354 |
<value type="QString">clean</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
355 |
</valuelist> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
356 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
357 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
358 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">1</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
359 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
360 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
361 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Debug</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
362 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
363 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">2</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
364 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
365 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">2</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
366 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">6</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
367 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">false</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
368 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
369 |
<valuemap key="ProjectExplorer.Target.BuildConfiguration.1" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
370 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.0" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
371 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">qmake</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
372 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">QtProjectManager.QMakeBuildStep</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
373 |
<valuelist key="QtProjectManager.QMakeBuildStep.QMakeArguments" type="QVariantList"/> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
374 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
375 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.1" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
376 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
377 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
378 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">false</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
379 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"/> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
380 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
381 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
382 |
<valuemap key="ProjectExplorer.BuildConfiguration.BuildStep.2" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
383 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Create SIS Package</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
384 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.S60SignBuildStep</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
385 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">false</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
386 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"/> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
387 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
388 |
<value key="Qt4ProjectManager.S60CreatePackageStep.Certificate" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
389 |
<value key="Qt4ProjectManager.S60CreatePackageStep.Keyfile" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
390 |
<value key="Qt4ProjectManager.S60CreatePackageStep.SignMode" type="int">0</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
391 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
392 |
<value key="ProjectExplorer.BuildConfiguration.BuildStepsCount" type="int">3</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
393 |
<valuemap key="ProjectExplorer.BuildConfiguration.CleanStep.0" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
394 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Make</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
395 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.MakeStep</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
396 |
<value key="Qt4ProjectManager.MakeStep.Clean" type="bool">true</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
397 |
<valuelist key="Qt4ProjectManager.MakeStep.MakeArguments" type="QVariantList"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
398 |
<value type="QString">clean</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
399 |
</valuelist> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
400 |
<value key="Qt4ProjectManager.MakeStep.MakeCommand" type="QString"></value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
401 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
402 |
<value key="ProjectExplorer.BuildConfiguration.CleanStepsCount" type="int">1</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
403 |
<value key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment" type="bool">false</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
404 |
<valuelist key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges" type="QVariantList"/> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
405 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">Release</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
406 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.Qt4BuildConfiguration</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
407 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration" type="int">0</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
408 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.BuildDirectory" type="QString">C:/workspace/QtExamples/contactengine</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
409 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId" type="int">2</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
410 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.ToolChain" type="int">6</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
411 |
<value key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild" type="bool">false</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
412 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
413 |
<value key="ProjectExplorer.Target.BuildConfigurationCount" type="int">2</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
414 |
<valuemap key="ProjectExplorer.Target.RunConfiguration.0" type="QVariantMap"> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
415 |
<value key="ProjectExplorer.ProjectConfiguration.DisplayName" type="QString">contactengine on Symbian Device</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
416 |
<value key="ProjectExplorer.ProjectConfiguration.Id" type="QString">Qt4ProjectManager.S60DeviceRunConfiguration</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
417 |
<valuelist key="Qt4ProjectManager.S60DeviceRunConfiguration.CommandLineArguments" type="QVariantList"/> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
418 |
<value key="Qt4ProjectManager.S60DeviceRunConfiguration.ProFile" type="QString">contactengine.pro</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
419 |
<value key="Qt4ProjectManager.S60DeviceRunConfiguration.SerialPortName" type="QString">COM3</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
420 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
421 |
<value key="ProjectExplorer.Target.RunConfigurationCount" type="int">1</value> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
422 |
</valuemap> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
423 |
</data> |
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
424 |
<data> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
425 |
<variable>ProjectExplorer.Project.TargetCount</variable> |
24
2e833c2a6782
Added csv file to sis exports; improved csv file location in main.cpp
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
20
diff
changeset
|
426 |
<value type="int">4</value> |
19
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
427 |
</data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
428 |
<data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
429 |
<variable>ProjectExplorer.Project.Updater.FileVersion</variable> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
430 |
<value type="int">4</value> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
431 |
</data> |
e4b6ee329501
WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
432 |
</qtcreator> |