Skip to content

Commit

Permalink
Remove no longer used contrib/bitcoin-qt.pro from the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 15, 2021
1 parent c6b30cc commit 5f2be6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
22 changes: 0 additions & 22 deletions contrib/bitcoin-qt.pro

This file was deleted.

2 changes: 0 additions & 2 deletions doc/translation_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ cd src/
make translate
```

`contrib/bitcoin-qt.pro` takes care of generating `.qm` (binary compiled) files from `.ts` (source files) files. It’s mostly automated, and you shouldn’t need to worry about it.

**Example Qt translation**
```cpp
QToolBar *toolbar = addToolBar(tr("Tabs toolbar"));
Expand Down

0 comments on commit 5f2be6e

Please sign in to comment.