removed building the ui

scons-python3
Luca Quartesan 2022-01-10 11:43:15 +01:00
parent fe28760f93
commit fff6636f32
1 changed files with 1 additions and 0 deletions

View File

@ -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