Skip to content

Commit

Permalink
Merge pull request #3 from Montel/add_mkdir_info
Browse files Browse the repository at this point in the history
Inform that we need to create directory
  • Loading branch information
LeonMatthesKDAB committed Nov 24, 2023
2 parents 124d1d9 + 65bf758 commit adc7a44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/src/tutorial/qt-gui/build-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ cd qt-gui
```

✅ Add a simple QML main file in `qml/main.qml`
```console
$ mkdir qml
```

```qml
import QtQuick 2.15
import QtQuick.Controls 2.15
Expand Down

0 comments on commit adc7a44

Please sign in to comment.