aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-06-02 05:03:16 -0700
committerWladimir J. van der Laan <[email protected]>2013-06-02 05:03:16 -0700
commit34d03f2474065c6110d10965f8e8aa30ed948db5 (patch)
tree5d75b9632e652a907d8956f4418d5b137c95c7a0 /doc
parentMerge pull request #2722 from trapp/master (diff)
parentQt5 compatibility (diff)
downloaddiscoin-34d03f2474065c6110d10965f8e8aa30ed948db5.tar.xz
discoin-34d03f2474065c6110d10965f8e8aa30ed948db5.zip
Merge pull request #2721 from laanwj/2013_05_qt5
Qt5 compatibility
Diffstat (limited to 'doc')
-rw-r--r--doc/readme-qt.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst
index 1bc3d701a..95cb33650 100644
--- a/doc/readme-qt.rst
+++ b/doc/readme-qt.rst
@@ -28,6 +28,12 @@ for Ubuntu >= 12.04 (please read the 'Berkely DB version warning' below):
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb++-dev libminiupnpc-dev
+For Qt 5 you need the following, otherwise you get an error with lrelease when running qmake:
+
+::
+
+ apt-get install qt5-qmake libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools
+
then execute the following:
::