[mythtv-commits] Ticket #2128: configure switch for qmake missing

MythTV mythtv at cvs.mythtv.org
Thu Aug 2 16:09:43 UTC 2007


#2128: configure switch for qmake missing
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |        Owner:  ijr     
     Type:  enhancement  |       Status:  reopened
 Priority:  minor        |    Milestone:          
Component:  mythtv       |      Version:          
 Severity:  medium       |   Resolution:          
  Mlocked:  0            |  
-------------------------+--------------------------------------------------
Changes (by Stefan Haflidason <stefan+mythtv at styrmis.org>):

  * status:  closed => reopened
  * resolution:  invalid =>


Comment:

 On systems with both the 3.x and 4.x branches of Qt installed, the version
 of qmake in the PATH is likely to be that of Qt4, thus pulling in Qt4's
 header files.

 This is the case with Gentoo. Changing the call to qmake in the configure
 script to make use of the QTDIR env. variable allows the building of trunk
 on such a system.

 With this method the .pro files in subdirectories don't need to be
 modified as qmake propagates the QMAKE variable which now points to the
 correct (Qt3) version of qmake.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2128#comment:5>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list