I have a Pi running Qt 5.3.2, but I need to use Qt 5.8 for the SerialBus module. Rather than upgrading the Pi, I prefer to see if I can do it in Windows and just cross compile onto the Pi.
But according to the QtCrossTool documentation, it requires the much older Qt4 to be installed on Linux/Pi.
https://visualgdb.com/tools/QtCrossTool/
Is there a way to create a Qt 5.8 GUI application in Windows, that cross-compiles to run on a Pi with Qt 5.3.2?