commontorizon / meta-common-torizon

Fork of the TorizonCore OpenEmbedded Distro Layer to create Common TorizonCore
MIT License
9 stars 8 forks source link

Qt template is using C++14 instead C++17 on the CPP properties #7

Closed microhobby closed 11 months ago

microhobby commented 11 months ago

When getting some examples of how to do stuff for Qt you can get weird intellisense issues because the cpp properties is not expecting C++17: https://github.com/toradex/vscode-torizon-templates/blob/34e86493492453eb2559a1ff6adbed0cd979013b/cppQML/.vscode/c_cpp_properties.json#L12C38-L12C38

microhobby commented 11 months ago

oops wrong project