Changeset 950 for trunk/README.OS2


Ignore:
Timestamp:
Aug 9, 2011, 9:11:46 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: README.OS2: Updated sound information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r894 r950  
    4747    likely not build if you use one of these compilers. Later versions prior to
    4848    GCC 4.4.2 may work but they are not tested and not supported.
    49    
     49
    5050  - IBM RC (Resource Compiler) Version 5.00.007 (comes with OS/2 Toolkit 4.5)
    5151    or Version 4.00.011 (comes with eCS 2.0). Other versions may not work
     
    492492  QT_PM_NO_SOUND_SHARE      If set, Qt will open the audio device in exclusive
    493493                            only one sound may be played on the computer at a
    494                             time. This mode is recommended for some sound cards
     494                            time. This mode is necessary for some sound cards
    495495                            when using the Uniaud audio driver as it is known to
    496                             have problems with simultaneous playback. In current
    497                             Qt builds, this is the default behavior if neither
    498                             this nor the QT_PM_SOUND_SHARE variable is set.
     496                            have problems with simultaneous playback.
     497                            Qt builds,
    499498
    500499  QT_PM_SOUND_SHARE         The opposite to the above. If set, Qt will open the
    501                             audio device in shared mode. This variable is
    502                             ignored if QT_PM_NO_SOUND_SHARE is set.
     500                            audio device in shared mode. This is the default
     501                            behavior if neither this nor the
     502                            QT_PM_NO_SOUND_SHARE variable is set. This variable
     503                            is ignored if QT_PM_NO_SOUND_SHARE is set.
    503504
    504505  QT_PM_NO_REGISTRY         If set, Qt will not use the Open32 registry to store
Note: See TracChangeset for help on using the changeset viewer.