Browse Source

update qt project files

pull/16/merge
R4SAS 7 years ago
parent
commit
59170372ea
  1. 2
      gostcoin-qt.pro
  2. 2
      share/genbuild.sh

2
gostcoin-qt.pro

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = gostcoin-qt
macx:TARGET = "GOSTcoin-Qt"
VERSION = 0.8.5.8
VERSION = 0.8.5.9
INCLUDEPATH += src src/json src/qt i2psam
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

2
share/genbuild.sh

@ -16,7 +16,7 @@ if [ -e "$(which git)" ]; then @@ -16,7 +16,7 @@ if [ -e "$(which git)" ]; then
git diff >/dev/null 2>/dev/null
# get a string like "v0.6.0-66-g59887e8-dirty"
DESC="$(git describe --dirty 2>/dev/null)"
DESC="$(git describe --tags --dirty 2>/dev/null)"
# get a string like "2012-04-10 16:27:19 +0200"
TIME="$(git log -n 1 --format="%ci")"

Loading…
Cancel
Save