mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
docs: fixing Qt configure command
This commit is contained in:
parent
946443bf8c
commit
c5eb13145f
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue