Changeset 909
- Timestamp:
- Jul 25, 2011, 12:46:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/makefile.cpp
r898 r909 1906 1906 2047; // NT limit, expanded 1907 1907 for(int input = 0; input < tmp_inputs.size(); ++input) { 1908 file = " " + replaceExtraCompilerVariables(tmp_clean, tmp_inputs.at(input), 1909 replaceExtraCompilerVariables(tmp_out, tmp_inputs.at(input), QString())); 1908 file = replaceExtraCompilerVariables(tmp_clean, tmp_inputs.at(input), 1909 replaceExtraCompilerVariables(tmp_out, tmp_inputs.at(input), QString())); 1910 file = " " + escapeFilePath(file); 1910 1911 if(del_statement.length() + files.length() + 1911 1912 qMax(fixEnvVariables(file).length(), file.length()) > commandlineLimit) {
Note:
See TracChangeset
for help on using the changeset viewer.