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:
Jürgen Buchmüller 2015-08-22 19:39:08 +02:00
parent 41557ca7fb
commit 7c98bd5664

View file

@ -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"