[mythtv-firehose] mythtv/gpu-commflag commit: 8acfc877d by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Mon Mar 19 18:16:35 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-03-14T19:43:00-07:00
   Push Date:  2012/03/19 11:15:58 -0700
  Repository:  mythtv
      Branch:  gpu-commflag
New Revision:  8acfc877d611959624433a491ac64c6057e8362c
   Changeset:  https://github.com/MythTV/mythtv/commit/8acfc877d

Log:

Fix mac compilation using Qt 4.8.0

QMAKE_CFLAGS or QMAKE_CXXFLAGS aren't use for compiling objective-C/C++ code.
As a result, the flags forcing the target architecture weren't passed. So if compiling 32 bits code on 64 bits machine, you would get a link failure.

Update the QMAKE_OBJECTIVE_CFLAGS variable to contains QMAKE_CFLAGS

Modified:

   mythtv/libs/libmythui/libmythui.pro



More information about the mythtv-firehose mailing list