Opened 13 years ago

Closed 13 years ago

#9285 closed Bug Report (Fixed)

Lots of Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead when ompiling against qt47

Reported by: Jonathan Martens <jonathan@…> Owned by: stuartm
Priority: minor Milestone: 0.25
Component: MythTV - General Version: 0.24-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

I get lots of the following warning when compiling trunk with qt47:

WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:37: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:38: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:39: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:40: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:41: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:42: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:43: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:44: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:45: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:46: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:47: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.
WARNING: /usr/src/redhat/BUILD/mythtv-0.24/mythtv-0.24/programs/programs-libs.pro:48: Variable TARGETDEPS is deprecated; use POST_TARGETDEPS instead.

Since I compile the tar ball I have no diff against SVN, but attached is a diff with my local modified programs-libs.pro silencing the warning.

Attachments (1)

program-libs.pro.diff (2.1 KB) - added by Jonathan Martens <jonathan@…> 13 years ago.
Diff changing TARGETDEPS to POST_TARGETDEPS in program-libs.pro

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by Jonathan Martens <jonathan@…>

Attachment: program-libs.pro.diff added

Diff changing TARGETDEPS to POST_TARGETDEPS in program-libs.pro

comment:1 Changed 13 years ago by beirdo

Owner: set to Janne Grunau
Status: newassigned

comment:2 Changed 13 years ago by sphery

Owner: changed from Janne Grunau to stuartm

Possibly fixed by:

In 14551a45ad68436832ce:

Silence qmake warnings about deprecated TARGETDEPS.

In eef9fe88494e375e8e57:

Replaced some missed instances of TARGETDEPS.

comment:3 Changed 13 years ago by stuartm

Milestone: unknown0.25
Resolution: Fixed
Status: assignedclosed

Thanks for Jonathan for the patch, apologies that I overlooked it when committing fixes for this issue.

Note: See TracTickets for help on using tickets.