Changeset 887
- Timestamp:
- Jul 13, 2011, 12:40:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/makefile.cpp
r886 r887 1113 1113 MakefileGenerator::writePrlFile() 1114 1114 { 1115 // note: on OS/2, we need .prl even for plugins since we use1116 // QMAKE_PRL_TARGET from there to translate universally used long plugin1117 // names to short names of actual OS/2 DLL libraries (which cannot exceed1118 // the 8x3 limit)1119 1120 1115 if((Option::qmake_mode == Option::QMAKE_GENERATE_MAKEFILE || 1121 1116 Option::qmake_mode == Option::QMAKE_GENERATE_PRL) … … 1124 1119 && (project->first("TEMPLATE") == "lib" 1125 1120 || project->first("TEMPLATE") == "vclib") 1126 && (project->isActiveConfig("os2") || !project->isActiveConfig("plugin")) 1127 ) { //write prl file 1121 && !project->isActiveConfig("plugin")) { //write prl file 1128 1122 QString local_prl = prlFileName(); 1129 1123 QString prl = fileFixify(local_prl);
Note:
See TracChangeset
for help on using the changeset viewer.