Hi,I have tried to generate kdevelop project files for a fortran hello project with cmake.
The result, disaster. (see attach)
Does anyone intend to add support for fortan project in kdevelop generator? regards, Alin PS I also added the CMakeList.txt. -- ____________________________________________________________________ "...if the universities will not study useless subjects, who will?" G. F. Fitzgerald, Nature, 45/46, 392 (1892) ______________________________________________________________________ Mr. Alin M. ELENA Atomistic Simulation Centre School of Mathematics and Physics Queen's University Belfast Office: +44 (0)28 9097 1428 Fax: +44 (0)28 9097 5359 http://titus.phy.qub.ac.uk/group/Alin/ [EMAIL PROTECTED] [EMAIL PROTECTED] ______________________________________________________________________
<?xml version = '1.0'?> <kdevelop> <general> <projectmanagement>KDevCustomProject</projectmanagement> <projectdirectory>/home/alin/Projects/Test_Fortran_CMake</projectdirectory> <absoluteprojectpath>true</absoluteprojectpath> <author/> <email/> <version>$VERSION$</version> <primarylanguage>C++</primarylanguage> <ignoreparts/> <secondaryLanguages> <language>C</language> </secondaryLanguages> <projectname>Hello</projectname> </general> <kdevcustomproject> <filelistdirectory>/home/alin/Projects/Test_Fortran_CMake</filelistdirectory> <run> <mainprogram>/home/alin/Projects/Test_Fortran_CMake/bin/hello</mainprogram> <directoryradio>custom</directoryradio> <customdirectory>/home/alin/Projects/Test_Fortran_CMake</customdirectory> <programargs/> <terminal>false</terminal> <autocompile>true</autocompile> <envvars/> </run> <build> <buildtool>make</buildtool> <builddir>/home/alin/Projects/Test_Fortran_CMake</builddir> </build> <make> <abortonerror>false</abortonerror> <numberofjobs>1</numberofjobs> <dontact>false</dontact> <makebin/> <selectedenvironment>default</selectedenvironment> <environments> <default/> </environments> </make> </kdevcustomproject> <kdevfilecreate> <filetypes/> <useglobaltypes> <type ext="ui" /> <type ext="cpp" /> <type ext="h" /> </useglobaltypes> </kdevfilecreate> <kdevdoctreeview> <projectdoc> <userdocDir>html/</userdocDir> <apidocDir>html/</apidocDir> </projectdoc> <ignoreqt_xml/> <ignoredoxygen/> <ignorekdocs/> <ignoretocs/> <ignoredevhelp/> </kdevdoctreeview> <cppsupportpart> <filetemplates> <interfacesuffix>.h</interfacesuffix> <implementationsuffix>.cpp</implementationsuffix> </filetemplates> </cppsupportpart> <kdevcppsupport> <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> <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> <parseMissingHeaders>false</parseMissingHeaders> <resolveIncludePaths>true</resolveIncludePaths> <alwaysParseInBackground>true</alwaysParseInBackground> <usePermanentCaching>true</usePermanentCaching> <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces> <includePaths>.;</includePaths> </codecompletion> <references/> <qt> <used>false</used> <version>3</version> <includestyle>3</includestyle> <root></root> <designerintegration>EmbeddedKDevDesigner</designerintegration> <qmake>/usr/bin/qmake</qmake> <designer></designer> <designerpluginpaths/> </qt> </kdevcppsupport> <kdevfileview> <groups> <group pattern="CMakeLists.txt;*.cmake;" name="CMake" /> <group pattern="*.h;*.hxx" name="Header" /> <group pattern="*.cpp;*.c;*.C;*.cxx" name="Sources" /> <group pattern="*.ui" name="Qt Designer files" /> <hidenonprojectfiles>true</hidenonprojectfiles> <hidenonlocation>false</hidenonlocation> </groups> <tree> <hidepatterns>*.o,*.lo,CVS,*~,cmake*</hidepatterns> <hidenonprojectfiles>true</hidenonprojectfiles> </tree> </kdevfileview> </kdevelop>
Project(Hello Fortran) ###source files set(src_dir Source) ###bin files set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) add_executable(hello ${src_dir}/hello.f90 )
begin:vcard fn:Alin M Elena n:Elena;Alin M org:School of Mathematics and Physics, Queen's University Belfast;Atomistic Simulation Centre adr:;;University Road;Belfast;Antrim;BT71NN;United Kingdom email;internet:[EMAIL PROTECTED] title:Mr tel;work:00442890971428 tel;cell:00447817714182 x-mozilla-html:TRUE url:http://titus.phy.qub.ac.uk/group/Alin/ version:2.1 end:vcard
_______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake