|
Revision 4599, 474 bytes
(checked in by erijo, 2 years ago)
|
|
Merged trunk changes r4394:4598 into the newapi branch.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | Getting Qt to work with Skins/Gifs |
|---|
| 3 | |
|---|
| 4 | Note to users of RPM: |
|---|
| 5 | |
|---|
| 6 | If you are having problems with Skins under Licq, it is possible that your |
|---|
| 7 | Qt rpm was not build with gif support. Try finding another rpm, preferably |
|---|
| 8 | an official redhat release. |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | Note to other users: |
|---|
| 12 | |
|---|
| 13 | If you compiled Qt yourself, be sure to add "-gif" to the command line |
|---|
| 14 | when configuring, ie run "./configure -gif" instead of just "./configure". |
|---|
| 15 | Since QT 3 the correct configure option is "./configure -qt-gif" |
|---|