Changeset 905


Ignore:
Timestamp:
Jul 24, 2011, 10:46:23 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: os2/gnumake: Change forward to back slashes in extra targets and
their deps.

This is expected since it is already done in many other places (like
the main target) and not doing so may lead to cases when one target
depends on file 'aaa\bbb' but the rule for generating it starts with
'aaa/bbb:' (in GNU make for OS/2, these two files will be considered
different).

File:
1 edited

Legend:

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

    r896 r905  
    9393    // but instead use the q function defined in writeMakefile() that will do
    9494    // it at runtime.
    95     QString ret = path;
     95    QString ret = ;
    9696    QString trimmed = path.trimmed();
    9797    if (!trimmed.startsWith("$(") || !trimmed.endsWith(")")) {
Note: See TracChangeset for help on using the changeset viewer.