Changeset 541

Timestamp:
Feb 5, 2010, 8:49:49 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

README for GA (updated).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES.OS2

    r524 r541  
    55CHANGES
    66
    7 GA (04-02-2010)
     7GA (0-02-2010)
    88
    99  Improvements:
     
    6464
    6565  - qmake/os2-g++: Recognize the "map" option in the CONFIG variable that allows
    66     to turn the generation of .map files on and off.
     66    to turn the generation of .map files on and off. The option is set by
     67    default.
     68
     69  - qmake/os2-g++: Recognize the "highmem" option in the CONFIG variable that
     70    allows to enabled memory support in LIBC for genereated DLLs and
     71    executables. The option is set by default.
    6772
    6873  Fixes:
     
    8792  - corelib: Fixed: QProcess::startDetached() would either crash or fail to
    8893    start a process.
     94
     95
     96
    8997
    9098  - gui: Fixed: Popups shown when another application is active were not
     
    112120
    113121  - qmake/os2-g++: Do not use EXEPACK tool on static libraries.
     122
     123
    114124
    115125
  • trunk/README.OS2

    r524 r541  
    225225distribution together with the official "lib" package.
    226226
    227 Besides the binary "lib" and the "dev" packages, the following official
    228 non-binary packages exist that you may also find useful:
    229 
    230   qt-examples-src-X_Y_Z.wpi  - Demo and example sources ("examples")
    231 
    232 The "examples" package contains the source code for all demo and example
    233 applications shipped with Qt. They serve as a good demonstration of the Qt
    234 library features and it is recommended to build them if you plan to write your
    235 own applications. In order to build them, go to the directory where you
    236 installed the respective package (e.g. D:\Coding\Qt4\examples) and type:
    237 
    238   qmake
    239   make
    240 
    241 Please note that not all demos and examples will build with the current version
    242 of Qt4 for OS/2 since not all features have been implemented in the OS/2 version.
     227Besides the "lib" and the "dev" packages, the following official packages exist
     228that you may also find useful:
     229
     230  qt-examples-X_Y_Z.wpi  - Demo and example sources ("examples")
     231
     232The "examples" package contains the demo and example applications shipped with
     233Qt along with the source code. They serve as a good demonstration of the Qt
     234library features and it is recommended to look at them.
     235
     236Please note that this package does not contain all Qt demos and examples
     237available since not all features have been implemented in the OS/2 version of
     238Qt yet.
    243239
    244240NOTE:
     
    251247     library because it will make it really difficult to identify various
    252248     distributions and track possible problems with the builds.
     249
     250
     251
     252
     253
     254
     255
     256
     257
     258
     259
     260
     261
     262
     263
     264
     265
     266
     267
     268
     269
     270
     271
     272
     273
     274
     275
     276
     277
     278
     279
     280
     281
     282
     283
    253284
    254285
Note: See TracChangeset for help on using the changeset viewer.