mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
Remove no longer used contrib/bitcoin-qt.pro from the repo
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user