diff options
author | Lincoln Ramsay <lincoln.ramsay@nokia.com> | 2009-04-21 16:33:04 +1000 |
---|---|---|
committer | Lincoln Ramsay <lincoln.ramsay@nokia.com> | 2009-04-21 16:33:04 +1000 |
commit | f8c7de54eaf3e9165e41f212a13dd794ce7063a9 (patch) | |
tree | 1be0287015efbc0c1a36a1909a66776641edb13d /demos/affine/main.cpp | |
parent | 07703ade86edcd6565c373f63e34306209d1a90a (diff) | |
download | qt4-tools-f8c7de54eaf3e9165e41f212a13dd794ce7063a9.tar.gz |
Missing debug .rc file with a clean shadow build
When generating Windows Makefiles, qmake writes out a .rc file for each
of debug and release (unless you've limited to just one build type).
When doing a clean shadow build, the first .rc file is written into a
directory that does not exist but the code was not handling the error
case. The fix does 2 things.
1) Attempt to create the destination directory if we can't write the file.
2) Die with an error if we still can't write the file after doing #1.
Reviewed-by: Marius Storm-Olsen
Diffstat (limited to 'demos/affine/main.cpp')
0 files changed, 0 insertions, 0 deletions