Changeset 429


Ignore:
Timestamp:
Dec 16, 2009, 2:39:04 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

README.OS2: Added ENVIRONMENT variables section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r408 r429  
    227227
    228228
     229ENVIRONMENT VARIABLES
     230
     231The Qt library recognizes a number of OS/2-specific environment variables that
     232affect its functionality at runtime. The table below lists these variables and
     233their meaning:
     234
     235  QT_PM_NO_SOUND_SHARE      If set, Qt will open the audio device in exclusive
     236                            only one sound may be played on the computer at a
     237                            time. This mode is recommended for some sound cards
     238                            when using the Uniaud audio driver as it is known to
     239                            have problems with simultaneous playback. In current
     240                            Qt builds, this is the default behavior if neither
     241                            this nor the QT_PM_SOUND_SHARE variable is set.
     242
     243  QT_PM_SOUND_SHARE         The opposite to the above. If set, Qt will open the
     244                            audio device in shared mode. This variable is
     245                            ignored if QT_PM_NO_SOUND_SHARE is set.
     246
     247  QT_PM_NO_REGISTRY         If set, Qt will not use the Open32 registry to store
     248                            application settings with QSettings. Instead, plain
     249                            text INI files will be used for both NativeFormat
     250                            and IniFormat. Due to a number of problems in the
     251                            Open32 registry implementation (that may easily lead
     252                            to registry corruption), this is the default
     253                            behavior if neither this nor the QT_PM_REGISTRY
     254                            variable is set.
     255
     256  QT_PM_REGISTRY            The opposite to the above. If set, Qt will use the
     257                            Open32 registry to store application settings.
     258
     259
     260
    229261CURRENT LIMITATIONS
    230262
Note: See TracChangeset for help on using the changeset viewer.