mesa: bump to 22.0.3
[kiss-trunc88.git] / qt5-quickcontrols2 / build
bloba571f6d3d750c3337df1f046110d2c596f4caed9
1 #!/bin/sh -e
3 # Without this folder, Qt can't find its own header files.
4 mkdir .git
6 qmake
8 make
9 make INSTALL_ROOT="$1" install
11 find "$1/usr/lib" -type f -name '*.prl' \
12 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;