Ignore:
Timestamp:
Apr 17, 2006, 8:41:04 PM (19 years ago)
Author:
dmik
Message:

The VERSION project variable is now copied by qmake (as is) to the generated makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/os2/gnumake.cpp

    r85 r89  
    229229        t << project->variables()[ "TARGET" ].first() << project->variables()[ "TARGET_EXT" ].first();
    230230    t << endl;
     231
     232    if ( !project->isEmpty( "VERSION" ) ) {
     233        t << "VERSION   =       " << var("VERSION") << endl;
     234    }
    231235    t << endl;
    232236
Note: See TracChangeset for help on using the changeset viewer.