PDA

View Full Version : Integrating FORTRAN into Qt4



Dambrosio
May 27th, 2008, 08:30 PM
I am working on a project that requires a GUI written in Qt4 to incorporate FORTRAN code. I already understand how to call FORTRAN variables and subroutines/functions and how to do a basic link with a main C++ code and a FORTRAN object file but Qt4 uses the qmake and auto-make file. Does anyone know how I would go about doing this?


Thanks,
Dan