UvinduW / Cross-Compiling-Qt-for-Raspberry-Pi-4

A guide to cross-compile Qt 5.15.0 for the Raspberry Pi 4 Model B
95 stars 36 forks source link

Add #include <limits> to bytearray.h #19

Open mileticveljko opened 8 months ago

mileticveljko commented 8 months ago

In file: ~/rpi/qt-everywhere-src-5.15.0/qtbase/src/corelib/text/qbytearray.h add line : #include <limits>

Otherwise, building proccess for qtbase breaks.