Opened 13 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)

driver.diff (495 bytes) - added by rudi 13 years ago.
Fix for the above problem

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by rudi

Attachment: driver.diff added

Fix for the above problem

comment:1 Changed 13 years ago by Dmitry A. Kuminov

Milestone: Qt EnhancedQt 4.7

comment:2 Changed 13 years ago by Dmitry A. Kuminov

Resolution: fixed
Status: newclosed

Fixed in r917.

Note: See TracTickets for help on using tickets.