Fix flicker issues on the balances and transactions tables
This commit is contained in:
@@ -13,13 +13,19 @@ PRECOMPILED_HEADER = src/precompiled.h
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = zcash-qt-wallet
|
||||
APP_VERSION=\\\"0.1.5\\\"
|
||||
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
# The following define makes your compiler emit warnings if you use
|
||||
# any feature of Qt which has been marked as deprecated (the exact warnings
|
||||
# depend on your compiler). Please consult the documentation of the
|
||||
# deprecated API in order to know how to port your code away from it.
|
||||
DEFINES += QT_DEPRECATED_WARNINGS
|
||||
DEFINES += \
|
||||
QT_DEPRECATED_WARNINGS \
|
||||
APP_VERSION=$$APP_VERSION
|
||||
|
||||
|
||||
INCLUDEPATH += src/3rdparty/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user