scons: move `-Ithird_party/qrcode` to qt modules (#33071)

move -Ithird_party/qrcode to qt modeules
pull/33073/head
Dean Lee 9 months ago committed by GitHub
parent 6cdf2a1499
commit edd8759f39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      SConstruct

@ -205,7 +205,6 @@ env = Environment(
"#third_party/json11", "#third_party/json11",
"#third_party/linux/include", "#third_party/linux/include",
"#third_party/snpe/include", "#third_party/snpe/include",
"#third_party/qrcode",
"#third_party", "#third_party",
"#cereal", "#cereal",
"#msgq", "#msgq",
@ -314,7 +313,7 @@ try:
except SCons.Errors.UserError: except SCons.Errors.UserError:
qt_env.Tool('qt') qt_env.Tool('qt')
qt_env['CPPPATH'] += qt_dirs# + ["#selfdrive/ui/qt/"] qt_env['CPPPATH'] += qt_dirs + ["#third_party/qrcode"]
qt_flags = [ qt_flags = [
"-D_REENTRANT", "-D_REENTRANT",
"-DQT_NO_DEBUG", "-DQT_NO_DEBUG",

Loading…
Cancel
Save