updates to build system
This commit is contained in:
parent
b5911d6ed4
commit
02c3e84cb6
8 changed files with 97 additions and 36 deletions
|
@ -180,6 +180,12 @@ Kirigami.ApplicationWindow {
|
|||
/* print(loaded[0].audio); */
|
||||
}
|
||||
|
||||
MyObject {
|
||||
id: myObject
|
||||
number: 7
|
||||
string: "HI from rust in my proj: " + myObject.number
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
/* showPassiveNotification(Kirigami.Settings.style); */
|
||||
/* Kirigami.Settings.style = "Plasma"; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue