mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Fixed qmake error when compiling for the first time.
This commit is contained in:
parent
68f2590d00
commit
783be8a496
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ lrelease.commands = $$QMAKE_LRELEASE -silent ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_P
|
|||
lrelease.CONFIG += no_link target_predeps
|
||||
QMAKE_EXTRA_COMPILERS += lrelease
|
||||
|
||||
system($$QMAKE_LRELEASE resources/leocad_*.ts)
|
||||
|
||||
unix:!macx {
|
||||
TARGET = leocad
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue