qtcreator: fix for change of build_style=qmake
We now use a default of INSTALL_ROOT=${DESTDIR} so qtcreator needs to modify the default to install in /usr/bin etc.
This commit is contained in:
parent
41557ca7fb
commit
7c98bd5664
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ version=3.5.0
|
|||
revision=4
|
||||
wrksrc=qt-creator-opensource-src-${version}
|
||||
build_style=qmake
|
||||
make_install_args="INSTALL_ROOT=\${DESTDIR}/usr"
|
||||
build_pie=yes
|
||||
hostmakedepends="perl python pkg-config"
|
||||
makedepends="qt5-declarative-devel qt5-script-devel qt5-tools-devel"
|
||||
|
|
Loading…
Reference in a new issue