hardware specific Qt Test builds built on Raspbian Buster 10 (20190710):
5.9.1 -------------------Uploaded 20190731
5.9.8 LTS
5.11.3 BUSTER Ver
5.12.X LTS
*Current Target is intended to be a Pi2 running Raspbian 10 "buster-lite"
2019-07-10-raspbian-buster-lite.img
This qt kit may run on the later Pi2b+ or the Pi3's, but certainly not the earlier arm6 pi1's/zeros.
WARNING DEVNOOBS:
UNLESS YOU KNOW WHAT YOUR DOING.
"Only install this into a fresh raspbian buster-lite."
*PLEASE INSTALL THE TOUCHSCREEN "libts0" DEPENDENCY NEEDED, before you run the binaries or you WILL get "CANT FIND EGLFS PLUGIN or Error"
Fix the problem easy:
#apt-get install libts0
OBV, if you build a deb, put "libts0" in your DEBIAN/control : depends
Then run :
#qtdiag
Once it runs correctly without error, test your apps.
...