Changeset 531 for trunk/qmake/generators/makefile.cpp
- Timestamp:
- Feb 5, 2010, 1:30:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/makefile.cpp
r530 r531 1230 1230 project->values((*it) + ".CONFIG").indexOf("dummy_install") == -1) { 1231 1231 dst = fileFixify(unescapeFilePath(project->values(pvar).first()), FileFixifyAbsolute, false); 1232 if(dst.right(1) != Option::dir_sep)1233 dst += Option::dir_sep;1234 1232 } 1235 1233 dst = escapeFilePath(dst); 1234 if(dst.right(Option::dir_sep.length()) != Option::dir_sep) 1235 dst += Option::dir_sep; 1236 1236 1237 1237 QStringList tmp, uninst = project->values((*it) + ".uninstall");
Note:
See TracChangeset
for help on using the changeset viewer.