Changeset 193 for trunk/qmake


Ignore:
Timestamp:
Sep 26, 2009, 1:23:59 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Put RC definition (if QMAKE_RC is non-empty) to the generated makefile on Win32 and OS/2 platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/win32/winmakefile.cpp

    r189 r193  
    594594    t << "IDL           = " << (project->isEmpty("QMAKE_IDL") ? QString("midl") :
    595595                              Option::fixPathToTargetOS(var("QMAKE_IDL"), false)) << endl;
     596
     597
    596598    t << "ZIP           = " << var("QMAKE_ZIP") << endl;
    597599    t << "COPY          = " << var("QMAKE_COPY") << endl;
Note: See TracChangeset for help on using the changeset viewer.