mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-20 07:10:18 +01:00
The lrelease program is necessary, not lupdate
This commit is contained in:
parent
e73e8d680a
commit
2b03690f02
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user