Changeset 1121
- Timestamp:
- Mar 7, 2013, 10:16:50 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGES.OS2
r1095 r1121 4 4 5 5 CHANGES 6 7 8 4.7.3 GA2 (08-03-2013) 9 10 Improvements: 11 12 - general: Understand both WLINK and wlink in the EMXOMFLD_TYPE environment 13 variable. 14 15 - corelib: Make qFatal() call LIBC abort() instead of exit(1) (useful for 16 debugging since abort() may be asked to generate breakpoint exceptions). 17 18 - corelib: Add support for eCS version 2.1 and 2.2 to QSysInfo. 19 20 - corelib: Add support of the path rewrite feature of kLIBC to the OS/2 file 21 engine (QFile, QDir, QFileInfo and related classes). 22 23 - corelib: Add proper support of kLIBC-style symlinks to QDir, QDirIterator and 24 QFileInfo (according to the respective documentation). 25 26 - network: Use system locations to search for OpenSSL certificate files (which 27 are necessary to make things like HTTPS work properly). 28 29 - gui: Add support of kLIBC-style symlink sto QFileDialog and friends. 30 31 Fixes: 32 33 - general: Fix Qt application build breaks with "undefined variable" error in 34 runmapsym.cmd. 35 36 - corelib: Make sure QLibrary::load() doesn't change the FPU control word. This 37 fixes SIGFPU in some Qt applications. 38 39 - gui: Fix QWidget::setWindowsIcon() which would work only once per session. 6 40 7 41 -
trunk/README.OS2
r1085 r1121 12 12 please see the CHANGES.OS2 file included in this distribution. 13 13 14 IMPORTANT NOTE: 15 16 Please consider reading section called "USING OFFICIAL BINARY QT ARCHIVES" 17 below before getting into details of the manual compilation of the 18 Qt toolkit -- to learn the easiest way of getting it work. 19 14 20 15 21 … … 21 27 - One of the OS/2 Warp 4, OS/2 Warp 4.5 or eComStation operating systems. 22 28 23 - GCC compiler version 4.4. 2 for OS/2, patched OpenWatcom linker and29 - GCC compiler version 4.4.5 for OS/2 or above, patched OpenWatcom linker and 24 30 GNU Make 3.81beta1 or above. The GCC compiler must be set up to use the 25 31 OpenWatcom linker for linking. 26 32 27 33 If you do not have a working GCC environment with the above requirements, it 28 is recommended to download a ready-to-use GCC 4. 2.2distribution from here:29 30 ftp://ftp.netlabs.org/pub/qt4/gcc-4_4_ 2-complete-20091205.zip34 is recommended to download a ready-to-use GCC 4.4.5 distribution from here: 35 36 ftp://ftp.netlabs.org/pub/qt4/gcc-4_4_5-complete-20110303.zip 31 37 32 38 This distribution includes all tools necessary to compile and build the Qt
Note:
See TracChangeset
for help on using the changeset viewer.