mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-06 01:02:10 -08:00
prepare for SailfishOS (Qt5.15 libs & qt-runner)
This commit is contained in:
parent
8cc84acbcc
commit
b07152d7d4
28 changed files with 99 additions and 59 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(in-package :qml)
|
||||
|
||||
#-mobile
|
||||
#-(or android ios)
|
||||
(require :ecl-curl)
|
||||
|
||||
(defun curl (url)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(in-package :app)
|
||||
|
||||
#+mobile
|
||||
#+(or android ios)
|
||||
(when qml::*remote-ip*
|
||||
(qsingle-shot 1000 'auto-reload-qml))
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@
|
|||
(list "/ecl-android" "/ecl-ios")
|
||||
(list :android :ios)))
|
||||
|
||||
#+(or android ios)
|
||||
(when (probe-file "/etc/sailfish-release")
|
||||
(pushnew :sailfish *features*))
|
||||
|
||||
#+(or android ios sailfish)
|
||||
(pushnew :mobile *features*)
|
||||
|
||||
;;; copy Swank and ECL contrib files (mobile only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue