Changeset 314 for trunk/README.OS2


Ignore:
Timestamp:
Nov 11, 2009, 1:16:19 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

Readme for Beta 4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r291 r314  
    1 This is Beta 3 of Qt version 4.5.1 for OS/2 and eCS.
     1This is Beta of Qt version 4.5.1 for OS/2 and eCS.
    22
    33This document contains a brief information on the OS/2 version of the Qt library
     
    3333
    3434      http://unix.os2site.com/pub/binary/make/make-3_81beta1-bin-static.zip
     35
     36
     37
     38
     39
     40
     41
    3542
    3643After unpacking the GCC archive, you will have to set up the compiler
     
    4148You will also need to perform the following steps:
    4249
    43   - Make sure the selected linker and the make utility are in PATH.
     50  - Make sure the selected linker, the make utility and LxLite executable are
     51    in PATH.
    4452
    4553  - Make sure CMD.EXE is your command line processor (the generated makefiles
     
    96104'make debug' in that subdirectory.
    97105
    98 NOTE:
    99 
    100   Please keep in mind that due to dropping the QTDIR variable recognition,
    101   qmake.exe now unconditionally uses hard-coded paths to locate various Qt4
    102   components (such as the include or source directory) during the makefile
    103   generation process and therefore if you move the Qt source tree to another
    104   location you will need to run configure.cmd again in order to update these
    105   hard-coded paths and rebuild qmake and other dependent parts of the library.
     106NOTES:
     107
     108  1. Please keep in mind that due to dropping the QTDIR variable recognition,
     109     qmake.exe now unconditionally uses hard-coded paths to locate various Qt4
     110     components (such as the include or source directory) during the makefile
     111     generation process and therefore if you move the Qt source tree to another
     112     location you will need to run configure.cmd again in order to update these
     113     hard-coded paths and rebuild qmake and other dependent parts of the
     114     library.
     115
     116  2. This version of Qt for OS/2 includes the Extended system tray plugin for
     117     XCenter/eCenter which is necessary to enable Qt support for the special
     118     notification area on the XCenter/eCenter panel (called the "system tray")
     119     which is used by many long-running applications to display their status.
     120     In order to activate this support, you need to install this plugin to your
     121     XCenter or eCenter. The plugin is built during the normal Qt build process
     122     and can be found in the file \plugins\xcenter\xsystray.dll in the Qt source
     123     tree. In order to install the plugin, do the following:
     124
     125     a. Copy xsystray.dll to <XWorkplace installation folder>\plugins\xcenter\
     126        (on eComStation, this will be C:\ecs\system\ewps\plugins\xcenter\ where
     127        C: is your boot drive).
     128
     129     b. Restart WPS.
     130
     131     c. Add the "Extended system tray" widget to the XCenter/eCenter panel using
     132        the XCenter context menu ('Create new widget').
     133
     134     Note that if you upgrade from the previous version of the plugin then
     135     please unlock xsystray.dll in the target folder using the UNLOCK.EXE
     136     utility (which you can find in the LxLite package, for example) before
     137     performing step a., otherwise the copy operation will fail.
    106138
    107139
     
    164196  8. No QDesigner, no QAssistant.
    165197
    166   9. No Drag&Drop, no printer support, no sound. See the project roadmap for
    167      more information on the progress and current limitations:
     198  9. No . See the project roadmap for
     199     more information on the ns:
    168200
    169201       http://svn.netlabs.org/qt4/roadmap
     
    172204
    173205CHANGES
     206
     207
     208
     209
     210
     211
     212
     213
     214
     215
     216
     217
     218
     219
     220
     221
     222
     223
     224
     225
     226
     227
     228
     229
     230
     231
     232
     233
     234
     235
     236
     237
     238
     239
     240
     241
     242
     243
     244
     245
     246
     247
     248
     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
    174279
    175280Beta 3 (17-10-2009)
Note: See TracChangeset for help on using the changeset viewer.