Fixed qmake error when compiling for the first time.

This commit is contained in:
leo 2015-09-18 06:15:25 +00:00
parent 68f2590d00
commit 783be8a496

View file

@ -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 {