removed building the ui
parent
fe28760f93
commit
fff6636f32
|
@ -98,6 +98,7 @@ vars.Add('INTEL_COMPILER', 'Should the Intel C++ compiler be used?')
|
||||||
# print('Checking for Qt 5.x... yes')
|
# print('Checking for Qt 5.x... yes')
|
||||||
# hasQt = True
|
# hasQt = True
|
||||||
#except Exception:
|
#except Exception:
|
||||||
|
|
||||||
env = Environment(options=vars, ENV = os.environ, tools=['default'], toolpath=['#data/scons'])
|
env = Environment(options=vars, ENV = os.environ, tools=['default'], toolpath=['#data/scons'])
|
||||||
print('Unable to detect a Qt installation -- not building the GUI!')
|
print('Unable to detect a Qt installation -- not building the GUI!')
|
||||||
hasQt = False
|
hasQt = False
|
||||||
|
|
Loading…
Reference in New Issue