[mythtv-commits] Ticket #11094: QT5 patches for removed defines

MythTV noreply at mythtv.org
Mon Sep 17 17:26:43 UTC 2012


#11094: QT5 patches for removed defines
-------------------------------------------------+-------------------------
 Reporter:  Gary Buhrmaster <gary.buhrmaster@…>  |           Type:  Patch -
   Status:  new                                  |  Feature
Milestone:  unknown                              |       Priority:  trivial
  Version:  Master Head                          |      Component:  MythTV
 Keywords:  QT5                                  |  - General
                                                 |       Severity:  low
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------
 QT5 is in beta, and bleeding edge distros are likely to provide it as an
 alternative in their next cycle or two, although I would not expect it to
 be the default for quite some time.  Regardless, one of the changes in QT5
 is the removal of the Q_WS_<OSTYPE> defines, requiring one to use the
 Q_OS_<OSTYPE> defines (existing since QT 3.<something>), and already used
 in some parts of the MythTV code.  This patch changes the Q_WS_ defines to
 Q_OS_ defines, and should be safe for any supported QT version, and
 prepares MythTV for the inevitable QT5 default on some distro at some
 future date (probably a few years from now).

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11094>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list