Skip to content

Commit aa6c897

Browse files
committed
fix: daemon compilation add empty transaction file to suppress warning.
1 parent 7100ac1 commit aa6c897

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ src/DigitalNoted
1515
*.patch
1616
*.gch
1717
*.exe
18+
*.qm
1819
.DigitalNote
1920
DigitalNoted
2021
DigitalNote-qt

DigitalNote.daemon.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ include(include/msse2.pri)
2020
include(include/daemon/qt_settings.pri)
2121
include(include/daemon/headers.pri)
2222
include(include/daemon/sources.pri)
23+
include(include/daemon/translations.pri)
2324

2425
## Compile Options
2526
include(include/options/use_update_alternatives.pri)

include/daemon/translations.pri

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# for lrelease/lupdate
2+
# also add new translations to src/qt/bitcoin.qrc under translations/
3+
TRANSLATIONS = $${DIGITALNOTE_PATH}/src/qt/locale/empty.ts

src/qt/locale/empty.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" ?><!DOCTYPE TS>
2+
<TS language="ky" version="2.1">
3+
</TS>

0 commit comments

Comments
 (0)