mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-02-06 11:54:26 +00:00
update gitignore, up version to 0.8.5.7
This commit is contained in:
parent
4255d57943
commit
6b0f80516a
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,8 @@
|
|||||||
*.a
|
*.a
|
||||||
*.o
|
*.o
|
||||||
|
*.qm
|
||||||
|
build/
|
||||||
|
Makefile
|
||||||
|
qrc_bitcoin.cpp
|
||||||
gostcoin-qt
|
gostcoin-qt
|
||||||
gostcoind
|
gostcoind
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = gostcoin-qt
|
TARGET = gostcoin-qt
|
||||||
macx:TARGET = "GOSTcoin-Qt"
|
macx:TARGET = "GOSTcoin-Qt"
|
||||||
VERSION = 0.8.5.6
|
VERSION = 0.8.5.7
|
||||||
INCLUDEPATH += src src/json src/qt i2psam
|
INCLUDEPATH += src src/json src/qt i2psam
|
||||||
QT += core gui network
|
QT += core gui network
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user