mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revisions
This commit is contained in:
parent
416789e07d
commit
e02f92aaa9
3 changed files with 3 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
(defsystem :app
|
||||
:serial t
|
||||
:depends-on (#-depends-loaded :cl-ppcre
|
||||
#+(or mobile (not depends-loaded)) :s-http-server
|
||||
#+(or mobile (not depends-loaded)) :zip) ; see 'patch/'
|
||||
#+mobile :s-http-server
|
||||
#+mobile :zip) ; see 'patch/'
|
||||
:components ((:file "lisp/package")
|
||||
(:file "lisp/ui-vars")
|
||||
(:file "lisp/qt")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<manifest package="org.qtproject.example.repl" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
|
||||
<manifest package="org.eql5.android.repl" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.65" android:versionCode="126" android:installLocation="auto">
|
||||
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
||||
Remove the comment if you do not require these default permissions. -->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
(require :asdf)
|
||||
|
||||
(asdf:load-system :cl-ppcre)
|
||||
(asdf:load-system :s-http-server)
|
||||
(asdf:load-system :zip)
|
||||
|
||||
(push (merge-pathnames "./")
|
||||
asdf:*central-registry*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue