deploy: mention 'windeployqt' and 'macdeployqt'; small revision;

This commit is contained in:
polos 2020-09-24 08:13:56 +02:00
parent 2d0aaf6c06
commit 40511818ef
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<li>your <code>*.qm</code> translation files (if any)
</ul>
<p><b>[Unix]</b><br>Deploy the installed libraries from <code>/usr/local/lib/</code>, because they have already been stripped, and are therefore smaller.</p>
<p>A detailed description of deploying Qt applications can be found in Qt Assistant.</p>
<p>A detailed description of deploying Qt applications can be found in Qt Assistant (see especially <code>windeployqt</code> and <code>macdeployqt</code> for those specific platforms).</p>
</div>
</body>
</html>

View file

@ -8,7 +8,7 @@
;;;
;;; (server-request "booking.py"
;;; (list (cons "from" "2020-08-01")
;;; (cons "to "2020-08-08")))
;;; (cons "to" "2020-08-08")))
(qrequire :network)