Skip to content

Commit 27ce3db

Browse files
committed
Merge branch 'master' into aphrodite
2 parents a4741e8 + 2f98421 commit 27ce3db

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

doc/readme-qt.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ then execute the following:
2323

2424
Alternatively, install Qt Creator and open the `shadow.pro` file.
2525

26-
An executable named `shadow` will be built.
26+
An executable named `umbra` will be built.
27+
28+
You can install the binary with:
29+
30+
::
31+
32+
make install
2733

2834

2935
Windows
@@ -100,8 +106,8 @@ FreeDesktop notification interface through DBUS using the following qmake option
100106
Generation of QR codes
101107
-----------------------
102108

103-
libqrencode may be used to generate QRCode images for payment requests.
104-
It can be downloaded from http://fukuchi.org/works/qrencode/index.html.en, or installed via your package manager. Pass the USE_QRCODE
109+
libqrencode may be used to generate QRCode images for payment requests.
110+
It can be downloaded from http://fukuchi.org/works/qrencode/index.html.en, or installed via your package manager. Pass the USE_QRCODE
105111
flag to qmake to control this:
106112

107113
+--------------+--------------------------------------------------------------------------+

shadow.pro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ DEFINES += BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
66
CONFIG += no_include_pwd
77
CONFIG += thread
88

9+
target.path = /usr/local/bin/
10+
INSTALLS += target
11+
912
# Mobile devices
1013
android:ios{
1114
CONFIG += mobility
@@ -369,7 +372,7 @@ SOURCES += \
369372
src/qt/shadowgui.cpp \
370373
src/qt/shadow.cpp \
371374
src/qt/shadowbridge.cpp
372-
375+
373376

374377
FORMS += \
375378
src/qt/forms/coincontroldialog.ui \

0 commit comments

Comments
 (0)