Changeset 243
- Timestamp:
- Oct 17, 2009, 2:46:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/README.OS2 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r188 r243 68 68 The next step is to go to the src subdirectory and type: 69 69 70 qmake71 70 make 72 71 … … 78 77 separate directories for object files. 79 78 79 80 81 82 80 83 Once the library is successfully built, you may try to compile the demos 81 84 and examples by visiting the individual example subdirectories in the source … … 96 99 CURRENT LIMITATIONS 97 100 98 1. configure.cmd is not yet capable of generating the main Makefile and 99 individual Makefiles for modules and examples. This needs to be done by 100 hand (as described above). 101 102 2. Beta 2 and earlier can only use one font at the moment, 103 C:\PSFONTS\HELV.PFB. Make sure this file exists. 101 1. configure.cmd is not yet capable to generate individual Makefiles for demos 102 and examples, it only generates the main Makefile that builds the library 103 and the necessary tools. Demos and examples can be compiled by hand 104 (as described above). 105 106 2. OS/2 bitmap fonts are not yet supported. Use TTF or Type1 (PFB) fonts with 107 Qt. 104 108 105 109 3. Make sure you have the LANG environment variable properly set. … … 116 120 real life applications and has low priority. 117 121 118 6. No native PM style. 119 120 7. No QDesigner, QLinguist and QAssistant. 121 122 8. No Drag&Drop, no printer support, no sound. See the project roadmap for 122 6. No native PM style, but Qt will use fonts and colors from the current 123 OS/2 theme (hint: if your default OS/2 font is "WarpSans", install the 124 "Workplace Sans" TTF font from Alex Taylor to get more native look & feel). 125 126 7. QProcess: when starting PM applications from text-mode applications and 127 when detaching applications with startDetached(), the returned PID is a 128 PID of the intermediate cmd.exe process, not the target application. 129 130 8. No QDesigner, no QAssistant. 131 132 9. No Drag&Drop, no printer support, no sound. See the project roadmap for 123 133 more information on the progress and current limitations: 124 134 … … 128 138 129 139 CHANGES 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 130 183 131 184 Beta 2 (17-09-2009)
Note:
See TracChangeset
for help on using the changeset viewer.
