Re: [Qt-creator] Clicking on Fortran issues in Issues tab does not open the file in editor

2021-09-01 Thread Goran Žauhar via Qt-creator
On Sun, 2021-08-22 at 19:06 +, Goran Žauhar via Qt-creator wrote: > Hi there! > > I have application written in Fortran and C++. CMake and ninja are > used > for compiling. Fortran compiler is Intel Fortran (ifort). > > I use QtCreator for development and I am very happy with the setup > but

Re: [Qt-creator] Clicking on Fortran issues in Issues tab does not open the file in editor

2021-08-31 Thread André Hartmann
Dear Goran, my guess is, that the line numbers in the format file(line) irritate the parser - you can see the filename has the additional (line) while the line column is empty. Afaik, Intel compilers are modeled after Microsoft ones which uses such format in contrast to gcc, which has