File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,13 @@ then execute the following:
23
23
24
24
Alternatively, install Qt Creator and open the `shadow.pro ` file.
25
25
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
27
33
28
34
29
35
Windows
@@ -100,8 +106,8 @@ FreeDesktop notification interface through DBUS using the following qmake option
100
106
Generation of QR codes
101
107
-----------------------
102
108
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
105
111
flag to qmake to control this:
106
112
107
113
+--------------+--------------------------------------------------------------------------+
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ DEFINES += BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
6
6
CONFIG += no_include_pwd
7
7
CONFIG += thread
8
8
9
+ target.path = /usr/local/bin/
10
+ INSTALLS += target
11
+
9
12
# Mobile devices
10
13
android:ios{
11
14
CONFIG += mobility
@@ -369,7 +372,7 @@ SOURCES += \
369
372
src/qt/shadowgui.cpp \
370
373
src/qt/shadow.cpp \
371
374
src/qt/shadowbridge.cpp
372
-
375
+
373
376
374
377
FORMS += \
375
378
src/qt/forms/coincontroldialog.ui \
You can’t perform that action at this time.
0 commit comments