-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cproject
59 lines (58 loc) · 3.77 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
<?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.662973212">
<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="org.eclipse.cdt.core.default.config.662973212" 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.make.core.buildtargets">
<buildTargets>
<target name="Qt Release Build" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
<buildCommand>mingw32-make</buildCommand>
<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>mingw32-make</buildCommand>
<buildArguments/>
<buildTarget>debug</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
</buildTargets>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.pathentry">
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="phonon" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="Qt" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="Qt3Support" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtAssistant" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtCore" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtDBus" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtDesigner" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtGui" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtHelp" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtNetwork" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtOpenGL" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtScript" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtSql" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtSvg" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtTest" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtUiTools" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtWebKit" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtXml" kind="inc" path="" system="true"/>
<pathentry base-path="C:/qt-win-opensource-src-4.4.3/include" include="QtXmlPatterns" kind="inc" path="" system="true"/>
</storageModule>
</cconfiguration>
</storageModule>
</cproject>