The lrelease program is necessary, not lupdate

This commit is contained in:
Thomas Nagy 2020-09-19 10:09:18 +02:00
parent 7348371f84
commit b2c81f8561
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ def configure(conf):
conf.load('compiler_cxx qt5 waf_unit_test')
#conf.env.append_value('CXXFLAGS', ['-g']) # test
if not conf.env.QT_LUPDATE:
if not conf.env.QT_LRELEASE:
# While qt5 detects most Qt tools, most of them are optional
conf.fatal('lupdate was not found')
conf.fatal('lrelease was not found')
# These tests would run on Ubuntu but not on other platforms
conf.check(