Choqok and KDE Ci Qoauth help please.

Andrea Scarpino me at andreascarpino.it
Wed Jul 1 18:01:12 UTC 2015


On Wed, Jul 1, 2015 at 6:15 PM, Scarlett Clark <sgclark at kubuntu.org> wrote:

> Hello all,
> I currently maintain build.kde.org and I cannot get the choqok dependency
> Qoauth to install to the correct PREFIX to save my life. Can someone with
> experience with Qoauth tell me how to accomplish this?
>
> 'qmake "PREFIX=/{instPrefix}" "QT += widgets" "QT += webkitwidgets"
> "CONFIG += crypto"'
>
> should put it here
> /srv/jenkins/install/ubuntu/x86_64/g++/kf5-qt5/general/qoauth/inst
>
> but it puts it:
>  install -m 644 -p "libqt-oauth-lib.a" "/home/jenkins/builds/qoauth/kf5-
> qt5/local-inst/usr/lib/libqt-oauth-lib.a"


I don't know why are you using all those variables with qmake, however this
seems to work for me:

$ qmake
$ make
$ export
instPrefix="/srv/jenkins/install/ubuntu/x86_64/g++/kf5-qt5/general/qoauth/inst"
$ make INSTALL_ROOT=${instPrefix} install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/choqok-devel/attachments/20150701/109d222a/attachment.html>


More information about the Choqok-devel mailing list