Ignore:
Timestamp:
Dec 2, 2009, 1:41:39 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: os2/GNUMAKE: Improved processing of the project library list (LIBS variable) to avoid appearance of raw library names that require substitution (fixes the debug build of linguist).

File:
1 edited

Legend:

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

    r103 r370  
    7777    QString preCompHeaderOut;
    7878
    79     QString findBestVersion(const QString &d, const QString &stem, const QString &ext);
     79    bool findBestVersion(const QString &dir, const QString &stem,
     80                         const QString &ext, QStringList &found);
     81
    8082    virtual bool findLibraries();
    8183    void fixTargetExt();
Note: See TracChangeset for help on using the changeset viewer.