Ignore:
Timestamp:
Sep 5, 2009, 2:46:05 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Added support for TARGET_SHORT variable that allows to specify a short name for the DLL target on DOS-like platforms.

File:
1 edited

Legend:

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

    r153 r158  
    330330    project->values("QMAKE_LIBS") += escapeFilePaths(project->values("LIBS"));
    331331
    332     QString targetfilename = project->values("TARGET").first();
    333332    QStringList &configs = project->values("CONFIG");
    334333
Note: See TracChangeset for help on using the changeset viewer.