Move Qt moc files to scons cache directory (#26109)

old-commit-hash: 3a8ddc191f
taco
Dean Lee 3 years ago committed by GitHub
parent 775442d196
commit 16719eb43b
  1. 1
      SConstruct

@ -327,6 +327,7 @@ qt_flags = [
qt_env['CXXFLAGS'] += qt_flags
qt_env['LIBPATH'] += ['#selfdrive/ui']
qt_env['LIBS'] = qt_libs
qt_env['QT_MOCHPREFIX'] = cache_dir + '/moc_files/moc_'
if GetOption("clazy"):
checks = [

Loading…
Cancel
Save