diff options
Diffstat (limited to 'osirion.kdevelop')
-rw-r--r-- | osirion.kdevelop | 86 |
1 files changed, 84 insertions, 2 deletions
diff --git a/osirion.kdevelop b/osirion.kdevelop index 915757e..dc4a677 100644 --- a/osirion.kdevelop +++ b/osirion.kdevelop @@ -12,10 +12,16 @@ <keyword>SDL</keyword> </keywords> <ignoreparts/> + <projectname>osirion</projectname> + <projectdirectory>.</projectdirectory> + <absoluteprojectpath>false</absoluteprojectpath> + <description></description> + <defaultencoding></defaultencoding> + <versioncontrol>kdevsubversion</versioncontrol> </general> <kdevautoproject> <general> - <activetarget>src/client/osirion</activetarget> + <activetarget>src/server/osiriond</activetarget> <useconfiguration>debug</useconfiguration> </general> <run> @@ -24,7 +30,14 @@ <directoryradio>executable</directoryradio> <runarguments> <osirion/> + <osiriond/> </runarguments> + <debugarguments> + <osiriond/> + </debugarguments> + <cwd> + <osiriond>/home/ingar/projects/osirion/debug/./src/game</osiriond> + </cwd> </run> <configurations> <optimized> @@ -107,8 +120,9 @@ </kdevfilecreate> <kdevdocumentation> <projectdoc> - <docsystem>Doxygen Documentation Collection</docsystem> + <docsystem>Doxygen documentatieverzameling</docsystem> <docurl>osirion.tag</docurl> + <usermanualurl></usermanualurl> </projectdoc> </kdevdocumentation> <substmap> @@ -137,7 +151,45 @@ <codeCompletionDelay>250</codeCompletionDelay> <argumentsHintDelay>400</argumentsHintDelay> <headerCompletionDelay>250</headerCompletionDelay> + <showOnlyAccessibleItems>false</showOnlyAccessibleItems> + <completionBoxItemOrder>0</completionBoxItemOrder> + <howEvaluationContextMenu>true</howEvaluationContextMenu> + <showCommentWithArgumentHint>true</showCommentWithArgumentHint> + <statusBarTypeEvaluation>false</statusBarTypeEvaluation> + <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases> + <processPrimaryTypes>true</processPrimaryTypes> + <processFunctionArguments>false</processFunctionArguments> + <preProcessAllHeaders>false</preProcessAllHeaders> + <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental> + <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental> + <alwaysParseInBackground>true</alwaysParseInBackground> + <usePermanentCaching>true</usePermanentCaching> + <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces> + <includePaths>.;</includePaths> </codecompletion> + <qt> + <used>false</used> + <version>3</version> + <includestyle>3</includestyle> + <root>/opt/qt</root> + <designerintegration>EmbeddedKDevDesigner</designerintegration> + <qmake>/opt/qt/bin/qmake</qmake> + <designer>/opt/qt/bin/designer</designer> + <designerpluginpaths/> + </qt> + <creategettersetter> + <prefixGet></prefixGet> + <prefixSet>set</prefixSet> + <prefixVariable>m_,_</prefixVariable> + <parameterName>theValue</parameterName> + <inlineGet>true</inlineGet> + <inlineSet>true</inlineSet> + </creategettersetter> + <splitheadersource> + <enabled>false</enabled> + <synchronize>true</synchronize> + <orientation>Vertical</orientation> + </splitheadersource> </kdevcppsupport> <kdevfileview> <groups> @@ -147,6 +199,36 @@ <tree> <hidepatterns>*.o,*.lo,CVS</hidepatterns> <hidenonprojectfiles>false</hidenonprojectfiles> + <showvcsfields>false</showvcsfields> </tree> </kdevfileview> + <cppsupportpart> + <filetemplates> + <interfacesuffix>.h</interfacesuffix> + <implementationsuffix>.cc</implementationsuffix> + </filetemplates> + </cppsupportpart> + <kdevdebugger> + <general> + <gdbpath></gdbpath> + <dbgshell></dbgshell> + <configGdbScript></configGdbScript> + <runShellScript></runShellScript> + <runGdbScript></runGdbScript> + <breakonloadinglibs>true</breakonloadinglibs> + <separatetty>false</separatetty> + <floatingtoolbar>false</floatingtoolbar> + <raiseGDBOnStart>false</raiseGDBOnStart> + </general> + <display> + <staticmembers>false</staticmembers> + <demanglenames>true</demanglenames> + <outputradix>10</outputradix> + </display> + </kdevdebugger> + <ctagspart> + <customArguments/> + <customTagfilePath>/home/ingar/projects/osirion/tags</customTagfilePath> + <activeTagsFiles/> + </ctagspart> </kdevelop> |