mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-25 11:21:08 -08:00
21 lines
828 B
HTML
21 lines
828 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Deploy</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div style="width: 600px; margin: 20px;">
|
|
<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>
|
|
<p>A detailed description of deploying Qt applications can be found in Qt Assistant.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|