diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-05-31 14:02:24 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-06-01 11:05:08 +0200 |
| commit | 25c0cce7fb494fcb871d134e28b26504d30e34d3 (patch) | |
| tree | c6fb9d0daa4675999cfa57d4f3668e2990dc9368 /doc | |
| parent | Merge pull request #2616 from vinniefalco/leveldb-as-subtree (diff) | |
| download | discoin-25c0cce7fb494fcb871d134e28b26504d30e34d3.tar.xz discoin-25c0cce7fb494fcb871d134e28b26504d30e34d3.zip | |
Qt5 compatibility
This commit squashes all the changes in the Qt5 branch
relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
- Philip Kaufmann <[email protected]>
- Jonas Schnelli <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/readme-qt.rst | 6 |
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: :: |