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

pull/26114/head
Dean Lee 3 years ago committed by GitHub
parent 93346c31d3
commit 3a8ddc191f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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