EQL5/doc/Deploy.htm
2016-11-25 23:30:38 +01:00

14 lines
598 B
HTML

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<h2>Deploy</h2>
<p>Please follow the <code>my_app/README.txt</code> (which assumes that your lisp files are in <code>my_app/lisp/</code>)</p>
<p>The dependencies are:</p>
<ul>
<li><code>eql5</code>, <code>ecl</code>, <code>QtCore</code>, <code>QtGui</code>, <code>QtWidgets</code>, <code>QtPrintSupport</code> shared libraries
<li>your <code>*.ui</code> files (if any)
<li>your <code>*.qm</code> translation files (if any)
</ul>
A detailed description of deploying Qt applications can be found in Qt Assistant.
</html>