12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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.96041897">
- <storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="org.eclipse.cdt.core.default.config.96041897" 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.core.LanguageSettingsProviders"/>
- <storageModule moduleId="refreshScope"/>
- <storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
- <storageModule moduleId="org.eclipse.cdt.make.core.buildtargets">
- <buildTargets>
- <target name="Qt Release Build" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
- <buildCommand>make</buildCommand>
- <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>
- <buildTarget>debug</buildTarget>
- <stopOnError>false</stopOnError>
- <useDefaultCommand>false</useDefaultCommand>
- <runAllBuilders>true</runAllBuilders>
- </target>
- <target name="debug" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
- <buildCommand>make</buildCommand>
- <buildArguments/>
- <buildTarget>debug</buildTarget>
- <stopOnError>false</stopOnError>
- <useDefaultCommand>true</useDefaultCommand>
- <runAllBuilders>true</runAllBuilders>
- </target>
- </buildTargets>
- </storageModule>
- <storageModule moduleId="org.eclipse.cdt.core.pathentry">
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtCore" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="phonon" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="Qt3Support" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtScriptTools" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtSvg" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtDeclarative" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtTest" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtXmlPatterns" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtDesigner" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtXml" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtNetwork" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtSql" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtUiTools" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtDBus" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtHelp" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtScript" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="Qt" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtGui" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtMultimedia" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtWebKit" kind="inc" path="" system="true"/>
- <pathentry base-path="/opt/QtSDK/Desktop/Qt/4.8.1/gcc/include" include="QtOpenGL" kind="inc" path="" system="true"/>
- <pathentry excluding="statemachine|widgets|src-gen/" kind="src" path=""/>
- <pathentry kind="src" path="src-gen"/>
- <pathentry kind="src" path="statemachine"/>
- <pathentry kind="src" path="widgets"/>
- <pathentry kind="out" path=""/>
- </storageModule>
- </cproject>
|