-
Notifications
You must be signed in to change notification settings - Fork 2
/
.cproject
189 lines (165 loc) · 8.06 KB
/
.cproject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?fileVersion 4.0.0?>
<cproject>
<storageModule moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="org.eclipse.cdt.core.default.config.268083398">
<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="org.eclipse.cdt.core.default.config.268083398" moduleId="org.eclipse.cdt.core.settings" name="Configuration">
<externalSettings/>
<extensions>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
</extensions>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
<storageModule moduleId="org.eclipse.cdt.core.language.mapping"/>
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="false" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
<buildOutputProvider>
<openAction enabled="true" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
<parser enabled="true"/>
</scannerInfoProvider>
</profile>
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
<buildOutputProvider>
<openAction enabled="true" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="makefileGenerator">
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
<parser enabled="true"/>
</scannerInfoProvider>
</profile>
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
<buildOutputProvider>
<openAction enabled="true" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
<parser enabled="true"/>
</scannerInfoProvider>
</profile>
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP">
<buildOutputProvider>
<openAction enabled="true" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
<parser enabled="true"/>
</scannerInfoProvider>
</profile>
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC">
<buildOutputProvider>
<openAction enabled="true" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
<parser enabled="true"/>
</scannerInfoProvider>
</profile>
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfile">
<buildOutputProvider>
<openAction enabled="true" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
<parser enabled="true"/>
</scannerInfoProvider>
</profile>
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfileCPP">
<buildOutputProvider>
<openAction enabled="true" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
<parser enabled="true"/>
</scannerInfoProvider>
</profile>
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfileC">
<buildOutputProvider>
<openAction enabled="true" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
<parser enabled="true"/>
</scannerInfoProvider>
</profile>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.pathentry">
<pathentry base-path="c:/qt/4.7.0/include" include="" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="ActiveQt" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="phonon" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="phonon_compat" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="Qt" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="Qt3Support" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtCore" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtDBus" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtDeclarative" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtDesigner" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtGui" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtHelp" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtMultimedia" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtNetwork" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtOpenGL" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtOpenVG" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtScript" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtScriptTools" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtSql" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtSvg" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtTest" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtUiTools" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtWebKit" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtXml" kind="inc" path="" system="true"/>
<pathentry base-path="c:/qt/4.7.0/include" include="QtXmlPatterns" kind="inc" path="" system="true"/>
<pathentry kind="out" path=""/>
<pathentry excluding="debug/|installer/|media/|release/|json/" kind="src" path=""/>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets">
<buildTargets>
<target name="Qt Release Build" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
<buildCommand>jom</buildCommand>
<buildArguments>-j4</buildArguments>
<buildTarget>release</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
<target name="Qt Debug Build" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
<buildCommand>nmake</buildCommand>
<buildArguments>-j12</buildArguments>
<buildTarget>debug</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
<target name="debug" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
<buildCommand>jom</buildCommand>
<buildArguments>-j12</buildArguments>
<buildTarget>debug</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>true</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
<target name="debug" path="debug" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
<buildCommand>mingw32-make</buildCommand>
<buildTarget>debug</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
</buildTargets>
</storageModule>
</cconfiguration>
</storageModule>
</cproject>