Changeset 978 for trunk/qmake/generators/makefile.cpp
- Timestamp:
- Aug 13, 2011, 11:51:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/makefile.cpp
r976 r978 1303 1303 if(!dirstr.endsWith(Option::dir_sep)) 1304 1304 dirstr += Option::dir_sep; 1305 bool is_target = QFileInfo(wild) == 1306 QFileInfo(Option::fixPathToTargetOS(QDir(Option::output_dir) 1307 .absoluteFilePath(var("DEST_TARGET")))); 1305 bool is_target = (wild == fileFixify(var("TARGET"), FileFixifyAbsolute)); 1308 1306 if(is_target || exists(wild)) { //real file or target 1309 1307 QString file = wild;
Note:
See TracChangeset
for help on using the changeset viewer.