<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jul 1, 2015 at 6:15 PM, Scarlett Clark <span dir="ltr"><<a href="mailto:sgclark@kubuntu.org" target="_blank">sgclark@kubuntu.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello all,<br>
I currently maintain <a href="http://build.kde.org" rel="noreferrer" target="_blank">build.kde.org</a> and I cannot get the choqok dependency<br>
Qoauth to install to the correct PREFIX to save my life. Can someone with<br>
experience with Qoauth tell me how to accomplish this?<br>
<br>
'qmake "PREFIX=/{instPrefix}" "QT += widgets" "QT += webkitwidgets"<br>
"CONFIG += crypto"'<br>
<br>
should put it here<br>
/srv/jenkins/install/ubuntu/x86_64/g++/kf5-qt5/general/qoauth/inst<br>
<br>
but it puts it:<br>
 install -m 644 -p "libqt-oauth-lib.a" "/home/jenkins/builds/qoauth/kf5-<br>
qt5/local-inst/usr/lib/libqt-oauth-lib.a"</blockquote><div><br></div><div>I don't know why are you using all those variables with qmake, however this seems to work for me:<br><br></div>$ qmake<br><div>$ make<br></div><div>$ export instPrefix="/srv/jenkins/install/ubuntu/x86_64/g++/kf5-qt5/general/qoauth/inst"<br></div><div>$ make INSTALL_ROOT=${instPrefix} install<br><br></div></div></div></div>