- Timestamp:
- Nov 19, 2010, 3:15:13 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGES.OS2
r740 r830 4 4 5 5 CHANGES 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 6 151 7 152 -
trunk/README.OS2
r824 r830 1 This is Qt version 4.6. 2for OS/2 and eCS.1 This is Qt version 4.6. for OS/2 and eCS. 2 2 3 3 This document contains a brief information on the OS/2 version of the Qt … … 532 532 time). They may be built by hand, as described above. 533 533 534 2. configure.cmd does not understand any command line options yet. If you want 535 to customize your build of the Qt library (which is normally not 536 recommended and not supported), you may try to modify configure.cmd itself. 534 2. configure.cmd does not understand all command line options understood by 535 configure scripts on other platforms. If you want to customize your build 536 of the Qt library (which is normally not recommended and not supported), 537 you may try to modify configure.cmd itself. 537 538 538 539 3. OS/2 bitmap fonts are not supported. Use TTF or Type1 (PFB) fonts with Qt. … … 567 568 568 569 - IPV6 support in the network module (QT_NO_IPV6 is defined). 569 - OpenSSL support in the network module (QT_NO_OPENSSL is defined).570 570 - phonon module (QT_NO_PHONON is defined). 571 571 - multimedia module (QT_NO_MULTIMEDIA is defined).
Note:
See TracChangeset
for help on using the changeset viewer.