don't run lrelease in the make target,
running it in the qmake target is enough, otherwise it keeps on rebuilding the .qrc file which takes long. if someone alters the translations [s]he can run make lrelease or qmake manually to update the translation files
This commit is contained in:
parent
b011325012
commit
891cc3a50c
1
mea.pro
1
mea.pro
@ -34,7 +34,6 @@ QMAKE_EXTRA_TARGETS += wininstaller
|
||||
|
||||
TRANSLATIONS += $$files(mea/translations/*.ts, true)
|
||||
lrelease.commands = lrelease $$_FILE_
|
||||
lrelease-make_first.commands = lrelease $$_FILE_
|
||||
lrelease-qmake_all.commands = lrelease $$_FILE_
|
||||
QMAKE_EXTRA_TARGETS += lrelease lrelease-make_first lrelease-qmake_all lrelease-install_subtargets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user