Opened 14 years ago
Closed 13 years ago
#212 closed defect (fixed)
UIC produces double carriage returns when using a pipe
Reported by: | rudi | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Qt 4.7 |
Component: | Tools | Version: | 4.6.3 |
Severity: | low | Keywords: | |
Cc: |
Description
UIC has a problem when it's output is redirected. Obviously there is a double text mode conversion in effect. So that:
UIC somefile.ui -o outfile.h
is not the same as:
UIC somefile.ui > outfile.h
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | driver.diff added |
---|
comment:1 by , 13 years ago
Milestone: | Qt Enhanced → Qt 4.7 |
---|
Note:
See TracTickets
for help on using tickets.
Fix for the above problem