add lrelease in qmake pro file to auto generate the .qm files
This commit is contained in:
parent
36a87e4f2c
commit
ae250f2c16
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ contains(CONFIG, "noupcasename") {
|
||||||
|
|
||||||
CONFIG += qt \
|
CONFIG += qt \
|
||||||
thread \
|
thread \
|
||||||
release
|
release \
|
||||||
|
lrelease
|
||||||
|
|
||||||
QT += widgets \
|
QT += widgets \
|
||||||
network \
|
network \
|
||||||
|
|
Loading…
Reference in a new issue