From 2b03690f023fea82fc8584df58952ea3bc23aeb1 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 19 Sep 2020 10:09:18 +0200 Subject: [PATCH] The lrelease program is necessary, not lupdate --- demos/qt5/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/qt5/wscript b/demos/qt5/wscript index 6ee3289e..b35ad8ed 100644 --- a/demos/qt5/wscript +++ b/demos/qt5/wscript @@ -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(