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

move -Ithird_party/qrcode to qt modeules
old-commit-hash: edd8759f39
pull/33302/head
Dean Lee 11 months ago committed by GitHub
parent b6881ce161
commit 7ddd4a8e59
  1. 3
      SConstruct

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

Loading…
Cancel
Save