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

old-commit-hash: 3a8ddc191fd9a7537254399e3b9e49217de9bf16
This commit is contained in:
Dean Lee
2022-10-18 01:32:31 +08:00
committed by GitHub
parent 775442d196
commit 16719eb43b

View File

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