-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.cproject
66 lines (65 loc) · 3.92 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?fileVersion 4.0.0?>
<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
<storageModule moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="org.eclipse.cdt.core.default.config.50093007">
<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="org.eclipse.cdt.core.default.config.50093007" moduleId="org.eclipse.cdt.core.settings" name="Configuration">
<externalSettings/>
<extensions>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
</extensions>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
</cconfiguration>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets">
<buildTargets>
<target name="Qt Release Build" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
<buildCommand>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>make</buildCommand>
<buildArguments/>
<buildTarget>debug</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
</buildTargets>
</storageModule>
<storageModule moduleId="refreshScope"/>
<storageModule moduleId="org.eclipse.cdt.core.pathentry">
<pathentry base-path="/usr/include/qt4" include="" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtDBus" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtDesigner" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtHelp" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtScript" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtXmlPatterns" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtWebKit" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="Qt" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtXml" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtOpenGL" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="Qt3Support" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtTest" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtUiTools" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtSql" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtDeclarative" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtScriptTools" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtSvg" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtGui" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtCore" kind="inc" path="" system="true"/>
<pathentry base-path="/usr/include/qt4" include="QtNetwork" kind="inc" path="" system="true"/>
<pathentry include="/usr/include" kind="inc" path="" system="true"/>
<pathentry include="/usr/include/i386-linux-gnu/" kind="inc" path="" system="true"/>
<pathentry kind="src" path=""/>
<pathentry kind="out" path=""/>
</storageModule>
</cproject>