Changeset 363 for trunk/qmake/main.cpp


Ignore:
Timestamp:
Nov 30, 2009, 6:52:30 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

global: Reverted r355, r356, r361, r362 (see #78).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/main.cpp

    r362 r363  
    127127            Option::output_dir = dir;
    128128        if(QDir::isRelativePath(Option::output_dir))
    129             Option::output_dir = QDir(oldpwd).absoluteFilePath(Option::output_dir);
     129            Option::output_dir.prepend(oldpwd);
    130130        Option::output_dir = QDir::cleanPath(Option::output_dir);
    131131    }
Note: See TracChangeset for help on using the changeset viewer.