Changeset 541
- Timestamp:
- Feb 5, 2010, 8:49:49 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
CHANGES.OS2 (modified) (4 diffs)
-
README.OS2 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGES.OS2
r524 r541 5 5 CHANGES 6 6 7 GA (0 4-02-2010)7 GA (0-02-2010) 8 8 9 9 Improvements: … … 64 64 65 65 - 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. 67 72 68 73 Fixes: … … 87 92 - corelib: Fixed: QProcess::startDetached() would either crash or fail to 88 93 start a process. 94 95 96 89 97 90 98 - gui: Fixed: Popups shown when another application is active were not … … 112 120 113 121 - qmake/os2-g++: Do not use EXEPACK tool on static libraries. 122 123 114 124 115 125 -
trunk/README.OS2
r524 r541 225 225 distribution together with the official "lib" package. 226 226 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. 227 Besides the "lib" and the "dev" packages, the following official packages exist 228 that you may also find useful: 229 230 qt-examples-X_Y_Z.wpi - Demo and example sources ("examples") 231 232 The "examples" package contains the demo and example applications shipped with 233 Qt along with the source code. They serve as a good demonstration of the Qt 234 library features and it is recommended to look at them. 235 236 Please note that this package does not contain all Qt demos and examples 237 available since not all features have been implemented in the OS/2 version of 238 Qt yet. 243 239 244 240 NOTE: … … 251 247 library because it will make it really difficult to identify various 252 248 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 253 284 254 285
Note:
See TracChangeset
for help on using the changeset viewer.
