Ignore:
Timestamp:
Nov 30, 2009, 12:56:45 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Don't assume that relative paths in all OSes look like in *nix [vendor bug].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/win32/winmakefile.cpp

    r193 r362  
    246246                        tmp = opt;
    247247                    for(QList<QMakeLocalFileName>::Iterator it = libdirs.begin(); it != libdirs.end(); ++it) {
    248                         QString prl = (*it).local() + Option::dir_sep + tmp;
     248                        QString prl = ;
    249249                        // the original is used as the key
    250250                        QString orgprl = prl;
Note: See TracChangeset for help on using the changeset viewer.