Revision: 293
http://svn.sourceforge.net/opengate/?rev=293&view=rev
Author: qrstuvw
Date: 2006-12-09 18:18:08 -0800 (Sat, 09 Dec 2006)
Log Message:
-----------
KDevelop project file
Modified Paths:
--------------
trunk/current/opengate.kdevelop
Modified: trunk/current/opengate.kdevelop
===================================================================
--- trunk/current/opengate.kdevelop 2006-12-10 02:09:05 UTC (rev 292)
+++ trunk/current/opengate.kdevelop 2006-12-10 02:18:08 UTC (rev 293)
@@ -20,6 +20,7 @@
<run>
<mainprogram>src/opengate</mainprogram>
<terminal>true</terminal>
+ <directoryradio>executable</directoryradio>
</run>
<configurations>
<optimized>
@@ -38,6 +39,12 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
+ <make>
+ <envvars>
+ <envvar value="1" name="WANT_AUTOCONF_2_5" />
+ <envvar value="1" name="WANT_AUTOMAKE_1_6" />
+ </envvars>
+ </make>
</kdevautoproject>
<kdevdoctreeview>
<ignoretocs>
@@ -95,7 +102,13 @@
<groups>
<group pattern="*.h" name="Header files" />
<group pattern="*.cpp" name="Source files" />
+ <hidenonprojectfiles>false</hidenonprojectfiles>
+ <hidenonlocation>false</hidenonlocation>
</groups>
+ <tree>
+ <hidepatterns>*.o,*.lo,CVS</hidepatterns>
+ <hidenonprojectfiles>false</hidenonprojectfiles>
+ </tree>
</kdevfileview>
<kdevdocumentation>
<projectdoc>
@@ -116,4 +129,19 @@
<YEAR>2006</YEAR>
<dest>/code/opengate</dest>
</substmap>
+ <kdevcppsupport>
+ <references/>
+ <codecompletion>
+ <includeGlobalFunctions>true</includeGlobalFunctions>
+ <includeTypes>true</includeTypes>
+ <includeEnums>true</includeEnums>
+ <includeTypedefs>false</includeTypedefs>
+ <automaticCodeCompletion>true</automaticCodeCompletion>
+ <automaticArgumentsHint>true</automaticArgumentsHint>
+ <automaticHeaderCompletion>true</automaticHeaderCompletion>
+ <codeCompletionDelay>250</codeCompletionDelay>
+ <argumentsHintDelay>400</argumentsHintDelay>
+ <headerCompletionDelay>250</headerCompletionDelay>
+ </codecompletion>
+ </kdevcppsupport>
</kdevelop>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|