jgarff / rpi_ws281x

Userspace Raspberry Pi PWM library for WS281X LEDs
BSD 2-Clause "Simplified" License
1.76k stars 615 forks source link

Fix Qt 6 include conflict #527

Open Paulchen-Panther opened 8 months ago

Paulchen-Panther commented 8 months ago

When adding the library in Cmake (target_include_directories) as submodules, there are conflicts with the compiler detection and your version file under Qt 6. Under Qt 5 the problem does not exist.

Therefore here is a PR that renames your version file to ".version". There are no changes in the core of your library by this PR.

Thank you very much. Paulchen