Ignore:
Timestamp:
Jul 13, 2011, 1:59:46 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: os2/gnumake: Removed unnecessary shortening the import library name for the DLL target when TARGET_SHORT is present. Import libraries are often referenced through the LIBS variable in .pro files and this change makes such referencing work w/o the need to change them to shortened ones for the OS/2 platform. Closes #225. Note: this changeset depends on r885.

File:
1 edited

Legend:

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

    r670 r886  
    7272    void processPrlVariable(const QString &var, const QStringList &l);
    7373    void processPrlFiles();
    74     QString getLibTarget();
    7574
    7675    QStringList &findDependencies(const QString &file);
Note: See TracChangeset for help on using the changeset viewer.