diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-03-01 08:46:27 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-03-01 08:48:59 +0100 |
commit | 280aa2abc60f452aaff217ba7925aa82cfbc2fa0 (patch) | |
tree | dc7d98fd1f5dd6431d30fe21fc4432c9c17bcf03 /doc/build-unix.md | |
parent | 7be6ebcf083f5d1b343f22a0bb5c1f37dbf8b9b2 (diff) | |
parent | d6b3689cb3f3b59ef5289a0dece50e3510662743 (diff) |
Merge pull request #3769
d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 7a8f9eca2a..c11c0138a4 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -112,7 +112,7 @@ To build with Qt 4 you need the following: For Qt 5 you need the following: - apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools libprotobuf-dev + apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode (optional) can be installed with: |