Changeset 188
- Timestamp:
- Sep 17, 2009, 4:10:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/README.OS2 (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r152 r188 1 This is Beta 1 of Qt version 4.5.1 for OS/2 and eCS. 2 3 This document contains a brief information on the OS/2 4 version of the Qt library. Please visit the project page at 1 This is Beta 2 of Qt version 4.5.1 for OS/2 and eCS. 2 3 This document contains a brief information on the OS/2 version of the Qt library 4 plus a brief list of OS/2-specific changes from release to release (section 5 CHANGES below). Please visit the project page at 5 6 6 7 http://svn.netlabs.org/qt4/wiki 7 8 8 to get more information and the latest news and to report bugs. 9 to get more information and the latest news and also to report bugs. 10 9 11 10 12 … … 45 47 - set LIBRARY_PATH=C:\OS2\DLL;C:\MPTN\DLL where C: is your boot drive. 46 48 47 - set QMAKESPEC=os2-g++ 48 49 - set QTDIR=<path_to_Qt4_sources> 49 Note that the QTDIR environment variable used by previous Qt versions is not 50 used by Qt4 anymore (except two rare cases that do not affect the OS/2 platform 51 anyway and are probably leftovers after the migration of the qmake feature 52 specifications to Qt4). Therefore, there is no need to set this variable 53 explicitly. See a note below about 54 55 There is also no need to set the QMAKESPEC variable explicitly. If it is absent, 56 qmake will use the specification stored in the <Qt4_Home>/mkspecs/default 57 directory, which on OS/2 always refers to the "os2-g++" specification, the only 58 one supported at the present time. 50 59 51 60 When the environment is set up, go to the directory where you unpacked the … … 57 66 and build the qmake utility. 58 67 59 The ngo to the src subdirectory and type:68 The go to the src subdirectory and type: 60 69 61 70 qmake … … 70 79 71 80 Once the library is successfully built, you may try to compile the demos 72 and examples by visiting the individual example 's subdirectoryin the source81 and examples by visiting the individual example in the source 73 82 tree and typing 'qmake' followed by one of 'make', 'make release' or 74 83 'make debug' in that subdirectory. 84 85 86 87 88 89 90 91 92 93 75 94 76 95 … … 81 100 hand (as described above). 82 101 83 2. Beta 1 can only use one font at the moment, C:\PSFONTS\HELV.PFB.84 Make sure this file exists.102 2. Beta 103 Make sure this file exists. 85 104 86 105 3. Make sure you have the LANG environment variable properly set. … … 94 113 in the bug tracker, feel free to add one. 95 114 96 5. There is no Network module yet, so networking applications will97 not compile.115 5. 116 . 98 117 99 118 6. No native PM style. … … 107 126 108 127 128 129 130 131 132 133 134 135 136 137 138 139 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 183 184 185 186 187 188 189 190 109 191 CREDITS 110 192 … … 123 205 to get the full list of sponsors and to find information on how you can support 124 206 the project. 125 126 207 127 208
Note:
See TracChangeset
for help on using the changeset viewer.
