Add qt5-qtbase-devel to the dnf package list for CentOS 7. Thanks @architectcom. :)

As pointed out by @architectcom, CentOS 7 needs qt5-qtbase-devel installed else compiling will fail:

  c74204c700 (commitcomment-22747681)
This commit is contained in:
Justin Clift
2017-06-25 12:13:01 +01:00
committed by GitHub
parent f1f24be743
commit 004f715828

View File

@@ -70,7 +70,9 @@ Done. :)
### CentOS / Fedora Linux
**Note** - If on CentOS or an older version of Fedora, you may need to use `yum` instead of `dnf`
**Note** - On CentOS or an older version of Fedora, you may need to use `yum` instead of `dnf`
**Note 2** - On CentOS 7.x, you need to add `qt5-qtbase-devel` to the `dnf install` line below
```
$ sudo dnf install ant-antlr antlr-C++ cmake gcc-c++ git qt-devel qt5-linguist qwt-qt5-devel \