hblock: bump to 3.4.0
[kiss-trunc88.git] / qt5-declarative / build
blob29a75b38b603f0446a64955dd814ffcac6f8b485
1 #!/bin/sh -e
3 # Without this folder, Qt can't find its own header files.
4 mkdir .git
6 # Fix for GCC 11.1.0
7 sed -i '/<type_traits>/i #include <limits>' src/qmldebug/qqmlprofilerevent_p.h
9 qmake
11 make
12 make INSTALL_ROOT="$1" install