qmake/meta.cpp
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
   117                 ret = lib + extns[extn];
   117                 ret = lib + extns[extn];
   118                 break;
   118                 break;
   119             }
   119             }
   120         }
   120         }
   121     }
   121     }
   122     if(ret.isNull())
   122     if(ret.isNull()) {
   123         debug_msg(2, "QMakeMetaInfo: Cannot find info file for %s", lib.toLatin1().constData());
   123         debug_msg(2, "QMakeMetaInfo: Cannot find info file for %s", lib.toLatin1().constData());
   124     else
   124     } else {
   125         debug_msg(2, "QMakeMetaInfo: Found info file %s for %s", ret.toLatin1().constData(), lib.toLatin1().constData());
   125         debug_msg(2, "QMakeMetaInfo: Found info file %s for %s", ret.toLatin1().constData(), lib.toLatin1().constData());
       
   126     }
   126     return ret;
   127     return ret;
   127 }
   128 }
   128 
   129 
   129 
   130 
   130 bool
   131 bool