Changeset 769 for trunk/qmake/generators/win32/winmakefile.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/qmake/generators/win32/winmakefile.cpp
r682 r769 151 151 exists((*it).local() + Option::dir_sep + lib + extension)) { 152 152 out = (*it).real() + Option::dir_sep + lib + extension; 153 if (out.contains(QLatin1Char(' '))) { 154 out.prepend(QLatin1Char('\"')); 155 out.append(QLatin1Char('\"')); 156 } 153 157 break; 154 158 }
Note:
See TracChangeset
for help on using the changeset viewer.