Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/qmake/generators/win32/winmakefile.cpp

    r682 r769  
    151151                       exists((*it).local() + Option::dir_sep + lib + extension)) {
    152152                        out = (*it).real() + Option::dir_sep + lib + extension;
     153                        if (out.contains(QLatin1Char(' '))) {
     154                            out.prepend(QLatin1Char('\"'));
     155                            out.append(QLatin1Char('\"'));
     156                        }
    153157                        break;
    154158                    }
Note: See TracChangeset for help on using the changeset viewer.