adding in device running to test on nano
This commit is contained in:
@@ -7,5 +7,13 @@ ApplicationWindow
|
||||
width: 640
|
||||
height: 480
|
||||
title: qsTr("Minimal Qml")
|
||||
|
||||
Rectangle {
|
||||
id: rect
|
||||
width: 100
|
||||
height: 100
|
||||
|
||||
color: "red"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user