You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: EXAMPLES.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ A Python backend is not required here at all. A graphical QML frontend (with a m
33
33
34
34
#### Run with the Qt Creator IDE
35
35
* Run Qt Creator
36
-
* Open the qml project file `*.qmlproject` from the example folder, e.g., from `example/qml-qml-qml/most-basic`
36
+
* Open the qml project file `*.qmlproject` from the example folderfrom `examples/BasicQml/src/BasicQml.qmlproject`
37
37
* Click Run (Green play button)
38
38
39
39
#### Run from the terminal
@@ -43,7 +43,7 @@ A Python backend is not required here at all. A graphical QML frontend (with a m
43
43
$ cd examples/BasicQml/src/BasicQml
44
44
```
45
45
46
-
* Run `main.qml` (specifying the paths to the current directory and the EasyApp module directory) using the `qml` tool installed with the Qt Framework in the previous step, e.g., like this
46
+
* Run `main.qml` (specifying the paths to the current directory `.`and the EasyApp module directory`../../../..`) using the `qml` tool installed with the Qt Framework in the previous step, e.g., like this
0 commit comments