--- a/Documentation/Source/eric5.Utilities.Startup.html Thu May 20 20:13:15 2010 +0200 +++ b/Documentation/Source/eric5.Utilities.Startup.html Fri May 21 08:46:21 2010 +0200 @@ -50,6 +50,9 @@ <td><a href="#makeAppInfo">makeAppInfo</a></td> <td>Module function to generate a dictionary describing the application.</td> </tr><tr> +<td><a href="#setLibraryPaths">setLibraryPaths</a></td> +<td>Module function to set the Qt library paths correctly for windows systems.</td> +</tr><tr> <td><a href="#simpleAppStartup">simpleAppStartup</a></td> <td>Module function to start up an application that doesn't need a specialized start up.</td> </tr><tr> @@ -171,6 +174,14 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="setLibraryPaths" ID="setLibraryPaths"></a> +<h2>setLibraryPaths</h2> +<b>setLibraryPaths</b>(<i></i>) +<p> + Module function to set the Qt library paths correctly for windows systems. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="simpleAppStartup" ID="simpleAppStartup"></a> <h2>simpleAppStartup</h2> <b>simpleAppStartup</b>(<i>argv, appinfo, mwFactory, quitOnLastWindowClosed = True</i>)