docs: fixing Qt configure command

This commit is contained in:
leonardgit6 2021-08-29 10:02:45 -04:00
parent 946443bf8c
commit c5eb13145f
1 changed files with 1 additions and 2 deletions

View File

@ -104,8 +104,7 @@ Qt build on Mac OS:
```bash
cd ~/Downloads/qt-everywhere-src-5.15.1
./configure -prefix $PWD/qtbase -release -nomake tests
bash
./configure -prefix $PWD/qtbase -release -nomake examples -nomake tests -skip qtwebchannel -skip qtpurchasing -skip webengine -skip qtwebview
make -j 4
```