Skip to content

Commit 5f2be6e

Browse files
committed
Remove no longer used contrib/bitcoin-qt.pro from the repo
1 parent c6b30cc commit 5f2be6e

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

contrib/bitcoin-qt.pro

-22
This file was deleted.

doc/translation_process.md

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ cd src/
2222
make translate
2323
```
2424

25-
`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.
26-
2725
**Example Qt translation**
2826
```cpp
2927
QToolBar *toolbar = addToolBar(tr("Tabs toolbar"));

0 commit comments

Comments
 (0)