Skip to content

Commit

Permalink
v1.40.13
Browse files Browse the repository at this point in the history
Fixed Charts labels bug
  • Loading branch information
JulyIghor committed Mar 29, 2018
1 parent 0de96b4 commit d59aea9
Show file tree
Hide file tree
Showing 18 changed files with 67,147 additions and 4,306 deletions.
2 changes: 1 addition & 1 deletion src/QtBitcoinTrader.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleVersion</key>
<string>1.40.12</string>
<string>1.40.13</string>
<key>CFBundleName</key>
<string>Qt Bitcoin Trader</string>
<key>CFBundleIconFile</key>
Expand Down
5 changes: 5 additions & 0 deletions src/QtBitcoinTrader_Desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ mac { QT += multimedia }

LIBS += -lssl -lcrypto -lz

linux {
contains(QMAKE_TARGET.arch, x86_64) {
DEFINES += QTBUILDTARGET_Linux86_64
}
}
win32 {
contains(QMAKE_TARGET.arch, x86_64) {
TARGET = QtBitcoinTrader_64bit
Expand Down
Loading

0 comments on commit d59aea9

Please sign in to comment.