Changeset 618


Ignore:
Timestamp:
Mar 2, 2010, 1:46:05 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Enabled accessibility support on OS/2. Closes #39.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r617 r618  
    642642        "QT_NO_IM QT_NO_LPR")
    643643
    644     G.CFG_ACCESSIBILITY = "no"
    645644    G.CFG_PHONON = "no"
    646645    G.CFG_MULTIMEDIA = "no"
     
    974973    if (G.CFG_SSE2 == "auto")   then G.CFG_SSE2 = "yes"
    975974
     975    if (G.CFG_ACCESSIBILITY == "auto")  then G.CFG_ACCESSIBILITY = "yes"
    976976    if (G.CFG_SM == "auto")             then G.CFG_SM = "yes"
    977977    if (G.CFG_STL == "auto")            then G.CFG_STL = "yes"
  • trunk/src/gui/accessible/qaccessiblebridge.cpp

    r561 r618  
    5858    predefined ones.
    5959
    60     Currently, custom bridges are only supported on Unix. We might
     60    Currently, custom bridges are only supported on Unix and OS/2. We might
    6161    add support for them on other platforms as well if there is
    6262    enough demand.
  • trunk/src/gui/kernel/qdnd_pm.cpp

    r603 r618  
    5656#include "qdnd_p.h"
    5757#include "qdebug.h"
     58
     59#ifndef QT_NO_ACCESSIBILITY
     60#include "qaccessible.h"
     61#endif
    5862
    5963#include "qt_os2.h"
Note: See TracChangeset for help on using the changeset viewer.