mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision
This commit is contained in:
parent
4735b47159
commit
5129373f95
3 changed files with 4 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
#:*flick-output*
|
#:*flick-output*
|
||||||
#:*history-back*
|
#:*history-back*
|
||||||
#:*history-forward*
|
#:*history-forward*
|
||||||
|
#:*main*
|
||||||
#:*progress*
|
#:*progress*
|
||||||
#:*repl-input*
|
#:*repl-input*
|
||||||
#:*repl-output*
|
#:*repl-output*
|
||||||
|
|
@ -14,6 +15,7 @@
|
||||||
(defparameter *flick-output* "flick_output")
|
(defparameter *flick-output* "flick_output")
|
||||||
(defparameter *history-back* "history_back")
|
(defparameter *history-back* "history_back")
|
||||||
(defparameter *history-forward* "history_forward")
|
(defparameter *history-forward* "history_forward")
|
||||||
|
(defparameter *main* "main")
|
||||||
(defparameter *progress* "progress")
|
(defparameter *progress* "progress")
|
||||||
(defparameter *repl-input* "repl_input")
|
(defparameter *repl-input* "repl_input")
|
||||||
(defparameter *repl-output* "repl_output")
|
(defparameter *repl-output* "repl_output")
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ import ".ext/" as Ext // for single file auto reload (development)
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: 300
|
width: 300
|
||||||
height: 500
|
height: 500
|
||||||
|
objectName: "main"
|
||||||
color: "black"
|
color: "black"
|
||||||
|
|
||||||
SwipeView {
|
SwipeView {
|
||||||
|
|
|
||||||
|
|
@ -75,9 +75,7 @@ Please note:
|
||||||
to 'File' / 'Project Settings' and select 'New Build System'
|
to 'File' / 'Project Settings' and select 'New Build System'
|
||||||
|
|
||||||
* you only need to run `qmake-ios` again after you added/removed files to the
|
* you only need to run `qmake-ios` again after you added/removed files to the
|
||||||
project; after every `qmake-ios`, the above steps need to be repeated; if you
|
project; after every `qmake-ios`, the above steps need to be repeated
|
||||||
only edited e.g. some QML file, you need to run 'Product / Clean Build
|
|
||||||
Folder' in order to have the changes compiled into the app
|
|
||||||
|
|
||||||
If you cross-compiled ECL for the simulator, it should work there too, but this
|
If you cross-compiled ECL for the simulator, it should work there too, but this
|
||||||
is currently only tested on **Intel**.
|
is currently only tested on **Intel**.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue