Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qmake -project searching for fortran sources
Forum Updated to NodeBB v4.3 + New Features

Qmake -project searching for fortran sources

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cmazieri
    wrote on last edited by
    #1

    I have a project that uses some fortran files starting a directory level and going deep some levels.
    I know that is possible to create a Makefile for them using qmake and setting some QMAKE variables like:
    @
    QMAKE_CC = gfortran
    QMAKE_LINK = gfortran

    CONFIG -= qt
    @

    But I would like to let qmake find all the fortran files using "qmake -project".

    Does anyone know how I can set the the fortran extension ".f95" to "qmake -project" ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved