Changeset 769 for trunk/qmake/meta.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/meta.cpp
r651 r769 120 120 } 121 121 } 122 if(ret.isNull()) 122 if(ret.isNull()) { 123 123 debug_msg(2, "QMakeMetaInfo: Cannot find info file for %s", lib.toLatin1().constData()); 124 else124 } else { 125 125 debug_msg(2, "QMakeMetaInfo: Found info file %s for %s", ret.toLatin1().constData(), lib.toLatin1().constData()); 126 } 126 127 return ret; 127 128 }
Note:
See TracChangeset
for help on using the changeset viewer.