Changeset 897 for trunk/qmake/generators/makefile.cpp
- Timestamp:
- Jul 19, 2011, 1:21:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/makefile.cpp
r887 r897 1294 1294 if(!dirstr.endsWith(Option::dir_sep)) 1295 1295 dirstr += Option::dir_sep; 1296 bool is_target = (wild == fileFixify(var("TARGET"), FileFixifyAbsolute)); 1296 bool is_target = QFileInfo(wild) == 1297 QFileInfo(Option::fixPathToTargetOS(QDir(Option::output_dir) 1298 .absoluteFilePath(var("DEST_TARGET")))); 1297 1299 if(is_target || exists(wild)) { //real file or target 1298 1300 QString file = wild;
Note:
See TracChangeset
for help on using the changeset viewer.