I've stayed with Qt 5.4 for now.
Marc, just wanted to let you know I've updated the TCB project to work with the new process the Arduino IDE uses for custom boards. Previously one needed to edit Arduino's boards.txt file and this is what the instructions on the TCB GitHub page said at the time you got set up. The new method involves giving the Arduino IDE a link and then letting it install the board using Tools->Board->Boards Manager. There are updated instructions (with photos!) in the TCB GitHub repository readme. You can delete the old entry in your boards.txt file if you want. New developers hopefully will read the new instructions and be set from the get-go. The new system was a lot of work to set up, but it's easier for the end-user (coders in this case), and also gives us better control of how the code is compiled, and makes maintaining future changes, or even adding new boards later, much easier.
Marc, more updates. I've decided to move all libraries into a src/ subfolder of the sketch folder, rather than having them jumbled in with the user's general Arduino library folder. This means the entire project can reside in a single folder which will make it much easier to manage for people wishing to contribute via GitHub. I have also released a new version of the custom boards that you should install in Boards Manager. I am new to boards manager and have been learning more about it, so the original needed to be replaced. You should just be able to do this by going to Tools->Board->Boards Manager, selecting the Open Panzer board and clicking Install or Update, but if it gives you problems you might need to delete any Open Panzer packages from: C:\Users\your_name\AppData\Local\Arduino15\staging\packages\Sorry for the hassle. Up to very recently this project has been set up in a way that was convenient for me to develop, without much thought to future contributors. So I'm afraid you're a victim of early adoption. I think these various changes will make life much easier for developers going forward.