Skip to content

Commit

Permalink
Merge pull request collin80#463 from serkonda7/patch-1
Browse files Browse the repository at this point in the history
readme: fix QT module dependencies
  • Loading branch information
collin80 authored May 6, 2022
2 parents 9a5d8c5 + f298d1f commit 0496bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ when you installed Qt.

### What to do if `qmake` fails with error `Project ERROR: Unknown module(s) in QT: qml serialbus help` on Ubuntu? :

`sudo apt install libqt5serialbus5-dev qtdeclarative5-dev qttools5-dev`
`sudo apt install libqt5serialbus5-dev libqt5serialport5-dev qtdeclarative5-dev qttools5-dev`

### Used Items Requiring Attribution

Expand Down

0 comments on commit 0496bd8

Please sign in to comment.