Changeset 950
- Timestamp:
- Aug 9, 2011, 9:11:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r894 r950 47 47 likely not build if you use one of these compilers. Later versions prior to 48 48 GCC 4.4.2 may work but they are not tested and not supported. 49 49 50 50 - IBM RC (Resource Compiler) Version 5.00.007 (comes with OS/2 Toolkit 4.5) 51 51 or Version 4.00.011 (comes with eCS 2.0). Other versions may not work … … 492 492 QT_PM_NO_SOUND_SHARE If set, Qt will open the audio device in exclusive 493 493 only one sound may be played on the computer at a 494 time. This mode is recommendedfor some sound cards494 time. This mode is necessary for some sound cards 495 495 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, 499 498 500 499 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. 503 504 504 505 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.