repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hblock: bump to 3.4.0
[kiss-trunc88.git]
/
qt5-declarative
/
build
blob
29a75b38b603f0446a64955dd814ffcac6f8b485
1
#!/bin/sh -e
2
3
# Without this folder, Qt can't find its own header files.
4
mkdir .git
5
6
# Fix for GCC 11.1.0
7
sed
-i
'/<type_traits>/i #include <limits>'
src
/
qmldebug
/
qqmlprofilerevent_p.h
8
9
qmake
10
11
make
12
make
INSTALL_ROOT
=
"
$1
"
install