Opened 12 years ago

Closed 8 years ago

Last modified 8 years ago

#10452 closed Patch - Bug Fix (fixed)

[PATCH] Profile build on Windows and MacOSX don't require Qt debug libs

Reported by: Lawrence Rust <lvr@…> Owned by: Lawrence Rust <lvr@…>
Priority: minor Milestone: 0.28
Component: Ports - Windows Version: Master Head
Severity: medium Keywords: profile Qt debug
Cc: Ticket locked: no

Description

At present, profile builds of MythTV and plugins pull in debug builds of Qt. This causes link errors on Windows and MacOSX unless the debug libs are available because on these platforms the debug libs have different names.

This patch removes 'debug' from CONFIG on Windows and MacOSX

Attachments (1)

0001-Profile-build-on-Windows-and-MacOSX-don-t-require-Qt.patch (1.5 KB) - added by Lawrence Rust <lvr@…> 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by Lawrence Rust <lvr@…>

comment:1 Changed 8 years ago by Karl Egly

Owner: set to Lawrence Rust
Status: newassigned

Lawrence, assigning your open patches to yourself. Feel free to unassign if you prefer a review.

comment:2 Changed 8 years ago by Karl Egly

Owner: Lawrence Rust deleted
Status: assignednew

comment:3 Changed 8 years ago by Lawrence Rust <lvr@…>

Owner: set to Lawrence Rust <lvr@…>
Resolution: fixed
Status: newclosed

In 5aab647f71f8eb3cf4e5c1d97cc8527feeea0e58/mythtv:

Profile build on Windows and MacOSX don't require Qt debug libs

At present profile builds pull in debug builds of Qt. This
causes link errors on Windows and MacOSX unless the debug libs
are available. This patch removes debug from CONFIG on these
platforms.

Fixes #10452

Signed-off-by: Lawrence Rust <lvr@…>

comment:4 Changed 8 years ago by paulh

Milestone: unknown0.28
Note: See TracTickets for help on using tickets.