PDA

View Full Version : autotools and qt



zorro68
2nd October 2008, 19:23
I have programmed a project with two different sections: one is the GUI programmed with qt and other with fortran.
I want to install all the project and i am using gnu tools. Now I can compile and install the fortran program (4 or 5 executable files) but I don't know how to include in the Makefile.am and configure.ac the qt GUI.
Someone knows how to? :confused:

Thks

mcosta
3rd October 2008, 10:19
I think it's simpler to port the compilation of the FORTRAN part to qmake. See the documentation for qmake external tools