[dyntrans-cvs] webpage index.php,1.6,1.7
Status: Pre-Alpha
Brought to you by:
klichota
|
From: Krzysztof L. <kli...@us...> - 2004-09-27 23:51:16
|
Update of /cvsroot/dyntrans/webpage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12928 Modified Files: index.php Log Message: * Added description of problems with dynamically loaded styles. Index: index.php =================================================================== RCS file: /cvsroot/dyntrans/webpage/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- index.php 25 Sep 2004 13:52:07 -0000 1.6 +++ index.php 27 Sep 2004 23:51:05 -0000 1.7 @@ -49,9 +49,18 @@ </ol> <h3>Troubleshooting</h3> +<ul> +<li> If qtrstringtest cannot find modified Qt library, set LD_LIBRARY_PATH to point to directory with compiled libs before starting application (in console). For example:<br> <div id="command">export LD_LIBRARY_PATH=/home/krzysiek/development/qttr/qt-tr/lib</div> <div id="command">./qtrstringtest</div> +</li> +<li> +Due to binary compatibility applications compiled for Qt-tr must not be run with style different than the ones supplied with Qt (for example Motif). +Styles are dynamic libraries, so they must be binary-compatible with Qt with which application is running. If you want to use some style with Qt-tr +application you can recompile it with Qt-tr headers. +</li> +</ul> <h3>Using in other applications</h3> <p> |