From fff6636f32de8e7b8c2fc4704d675b47fc3fa73c Mon Sep 17 00:00:00 2001 From: Luca Quartesan Date: Mon, 10 Jan 2022 11:43:15 +0100 Subject: [PATCH] removed building the ui --- build/SConscript.configure | 1 + 1 file changed, 1 insertion(+) diff --git a/build/SConscript.configure b/build/SConscript.configure index bd39aeec..7a16cad9 100644 --- a/build/SConscript.configure +++ b/build/SConscript.configure @@ -98,6 +98,7 @@ vars.Add('INTEL_COMPILER', 'Should the Intel C++ compiler be used?') # print('Checking for Qt 5.x... yes') # hasQt = True #except Exception: + env = Environment(options=vars, ENV = os.environ, tools=['default'], toolpath=['#data/scons']) print('Unable to detect a Qt installation -- not building the GUI!') hasQt = False