Changeset 362 for trunk/qmake/generators/win32/winmakefile.cpp
- Timestamp:
- Nov 30, 2009, 12:56:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/win32/winmakefile.cpp
r193 r362 246 246 tmp = opt; 247 247 for(QList<QMakeLocalFileName>::Iterator it = libdirs.begin(); it != libdirs.end(); ++it) { 248 QString prl = (*it).local() + Option::dir_sep + tmp;248 QString prl = ; 249 249 // the original is used as the key 250 250 QString orgprl = prl;
Note:
See TracChangeset
for help on using the changeset viewer.