- Timestamp:
- Apr 15, 2006, 5:29:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/makefile.cpp
r16 r83 1250 1250 } 1251 1251 meta_file = fileFixify(meta_file); 1252 #if defined(Q_OS_OS2) 1253 // As far as I understand, this code tries to load "qt-mt" prl if "qt" is 1254 // specified, but not found, and vice versa. First of all, I don't get why 1255 // we should do that (the user has specified he wants a particular single- 1256 // threaded or multi-threadad version using the "thread" CONFIG keyword). 1257 // And more over, the -mt suffix is no more used on OS/2. 1258 #else 1252 1259 if(!QMakeMetaInfo::libExists(fileFixify(meta_file, QDir::currentDirPath(), Option::output_dir)) && 1253 1260 project->isActiveConfig("qt")) { … … 1279 1286 } 1280 1287 } 1288 #endif 1281 1289 QString real_meta_file = Option::fixPathToLocalOS(meta_file); 1282 1290 if(project->variables()["QMAKE_PRL_INTERNAL_FILES"].findIndex(QMakeMetaInfo::findLib(meta_file)) != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.