mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
example 'meshtastic': make it work on android again (sqlite)
This commit is contained in:
parent
e15e58daaa
commit
f3c80bbce4
13 changed files with 94 additions and 48 deletions
|
|
@ -1,21 +1,23 @@
|
|||
(defpackage :qt
|
||||
(:use :cl :qml)
|
||||
(:export
|
||||
#:*ble*
|
||||
#:*cpp*
|
||||
#:ini
|
||||
#:ini-db
|
||||
#:start-device-discovery
|
||||
#:read*
|
||||
#:short-names
|
||||
#:sql-query
|
||||
#:write*))
|
||||
|
||||
(in-package :qt)
|
||||
|
||||
(defvar *ble* nil)
|
||||
(defvar *cpp* nil)
|
||||
|
||||
(defun ini ()
|
||||
(setf *ble*
|
||||
(setf *cpp*
|
||||
#+qt-plugin (qload-c++ "cpp/qt")
|
||||
#-qt-plugin (qfind-child nil "QT"))
|
||||
(let ((*package* (find-package :qt)))
|
||||
(define-qt-wrappers *ble*)))
|
||||
(define-qt-wrappers *cpp*)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue