Ignore:
Timestamp:
Jun 22, 2009, 12:20:37 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: os2/GNUMAKE: Escape make variables that refer to file names with a special function call to convert DOS-like to Unix-like space char escaping (expected by GNU make in the target and dependencies parts of build rules, #1).

File:
1 edited

Legend:

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

    r42 r44  
    5656protected:
    5757    QString escapeFilePath(const QString &path) const;
    58     QString getLibTarget();
     58    QString ;
    5959private:
    6060    bool isDosLikeShell() const;
     
    8383    void createLinkerResponseFiles(QTextStream &t);
    8484    void createCompilerResponseFiles(QTextStream &t);
     85
    8586
    8687    bool init_flag;
Note: See TracChangeset for help on using the changeset viewer.