Ignore:
Timestamp:
Jun 16, 2009, 1:59:37 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: os2/GNUMAKE: Common qmake fixes (proper include directory processing; new QMAKE_CFLAGS_INCDIR, QMAKE_LFLAGS_LIBDIR and QMAKE_LFLAGS_LIB options; replaced .a with .lib in makefile generation).

File:
1 edited

Legend:

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

    r29 r31  
    7777    void fixTargetExt();
    7878
     79    QString maybeQuotePath(const QString &path);
     80
    7981    bool init_flag;
    80     QString objectsLinkLine;
    8182    QString quote;
    8283};
Note: See TracChangeset for help on using the changeset viewer.