Changeset 362 for trunk/qmake/generators/metamakefile.cpp
- Timestamp:
- Nov 30, 2009, 12:56:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/metamakefile.cpp
r29 r362 325 325 sub->input_dir = subdir.absolutePath(); 326 326 if(subdir.isRelative() && old_output_dir != oldpwd) { 327 sub->output_dir = old_output_dir + "/" + subdir.path();327 sub->output_dir = ); 328 328 printf("Reading %s [%s]\n", subdir.absoluteFilePath().toLatin1().constData(), sub->output_dir.toLatin1().constData()); 329 329 } else { //what about shadow builds?
Note:
See TracChangeset
for help on using the changeset viewer.