diff options
author | Haakon Nilsen <haakonn@gmail.com> | 2014-02-28 20:39:45 +0100 |
---|---|---|
committer | Haakon Nilsen <haakonn@gmail.com> | 2014-02-28 20:39:45 +0100 |
commit | d6b3689cb3f3b59ef5289a0dece50e3510662743 (patch) | |
tree | 93e7583846238d8fb31cc405846e857137f7fb09 | |
parent | afe2a203edcd98d668c80e6d688bcaffb9fccde0 (diff) |
qttools5-dev is required in order to build with qt5 on debian and ubuntu
-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 ddbd097d03..6f7a022817 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -108,7 +108,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: |