mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-25 03:11:44 -08:00
14 lines
598 B
HTML
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>
|