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