scons: rename QT_MOCHPREFIX to QT3_MOCHPREFIX (#29334)

rename QT_MOCHPREFIX to QT3_MOCHPREFIX
old-commit-hash: 233e053842d8e9fc9211f778b00e73df3225220c
This commit is contained in:
Dean Lee
2023-08-12 01:38:34 +08:00
committed by GitHub
parent ba4c0b9487
commit 0171e5ee26
2 changed files with 3 additions and 3 deletions

View File

@@ -334,7 +334,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_'
qt_env['QT3_MOCHPREFIX'] = cache_dir + '/moc_files/moc_'
if GetOption("clazy"):
checks = [