diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-09-22 03:29:46 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-09-22 03:29:46 -0700 |
| commit | 2f91373a0a4d66a93cc6f11e9eb750aff1f0b354 (patch) | |
| tree | c5e3c66d778a396d9829ae77239cee83227bf05e /doc | |
| parent | Merge pull request #1844 from Diapolo/Qt5_compat1 (diff) | |
| parent | Update Bugreport Links (diff) | |
| download | discoin-2f91373a0a4d66a93cc6f11e9eb750aff1f0b354.tar.xz discoin-2f91373a0a4d66a93cc6f11e9eb750aff1f0b354.zip | |
Merge pull request #1852 from fanquake/bugreportlinks
Update links to Qt
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/readme-qt.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst index 951e86f9c..f6adbd8fd 100644 --- a/doc/readme-qt.rst +++ b/doc/readme-qt.rst @@ -27,7 +27,7 @@ Alternatively, install `Qt Creator`_ and open the `bitcoin-qt.pro` file. An executable named `bitcoin-qt` will be built. -.. _`Qt Creator`: http://qt.nokia.com/downloads/ +.. _`Qt Creator`: http://qt-project.org/downloads/ Windows -------- @@ -42,7 +42,7 @@ Windows build instructions: - Open the bitcoin-qt.pro file in Qt Creator and build as normal (ctrl-B) -.. _`Qt Windows SDK`: http://qt.nokia.com/downloads/sdk-windows-cpp +.. _`Qt Windows SDK`: http://qt-project.org/downloads/ .. _`dependencies archive`: https://download.visucore.com/bitcoin/qtgui_deps_1.zip .. [#] PGP signature: https://download.visucore.com/bitcoin/qtgui_deps_1.zip.sig (signed with RSA key ID `610945D0`_) .. _`610945D0`: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x610945D0 @@ -64,7 +64,7 @@ Mac OS X - Open the bitcoin-qt.pro file in Qt Creator and build as normal (cmd-B) -.. _`Qt Mac OS X SDK`: http://qt.nokia.com/downloads/sdk-mac-os-cpp +.. _`Qt Mac OS X SDK`: http://qt-project.org/downloads/ .. _`MacPorts`: http://www.macports.org/install.php @@ -108,8 +108,8 @@ FreeDesktop notification interface through DBUS using the following qmake option Generation of QR codes ----------------------- -libqrencode may be used to generate QRCode images for payment requests. -It can be downloaded from http://fukuchi.org/works/qrencode/index.html.en, or installed via your package manager. Pass the USE_QRCODE +libqrencode may be used to generate QRCode images for payment requests. +It can be downloaded from http://fukuchi.org/works/qrencode/index.html.en, or installed via your package manager. Pass the USE_QRCODE flag to qmake to control this: +--------------+--------------------------------------------------------------------------+ |