prepare for SailfishOS (Qt5.15 libs & qt-runner)

This commit is contained in:
pls.153 2023-10-08 15:46:12 +02:00
parent 8cc84acbcc
commit b07152d7d4
28 changed files with 99 additions and 59 deletions

View file

@ -1,6 +1,6 @@
(in-package :qml)
#-mobile
#-(or android ios)
(require :ecl-curl)
(defun curl (url)

View file

@ -1,5 +1,5 @@
(in-package :app)
#+mobile
#+(or android ios)
(when qml::*remote-ip*
(qsingle-shot 1000 'auto-reload-qml))

View file

@ -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)