← Back to team overview

unity-dev team mailing list archive

Re: [Ayatana-dev] Unity-2D and Qt5

 

Hi,

On 9 January 2012 08:35, Florian Boucault
<florian.boucault@xxxxxxxxxxxxx> wrote:
> You need to have the right env variables set:
>
>
> cd ~/Documents/sviluppo/unity2d-qt5/qt5/qtbase
>
> export PATH=$PWD/qtbase/bin:$PATH
> export LD_LIBRARY_PATH=$PWD/qtbase/lib:$LD_LIBRARY_PATH
> export PKG_CONFIG_PATH=$PWD/qtbase/lib/pkgconfig:$PKG_CONFIG_PATH
> cd -

it's not enough.... I set all these variables before:

export PATH=$PWD/qtbase/bin:$PATH
export LD_LIBRARY_PATH=$PWD/qtbase/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=$PWD/qtbase/lib/pkgconfig:$PKG_CONFIG_PATH

probabably what I'm doing wrong is this: what directory do I have to
enter when I checkout the four libs?
It looks like you're checking out everything in the same "qt5" folder,
but where is this folder exactly?

~/Documents/sviluppo/unity2d-qt5/qt5/qtbase ?
~/Documents/sviluppo/unity2d-qt5/qt5 ?
~/Documents/sviluppo/unity2d-qt5 ?

it looks like I've to stay in ~/Documents/sviluppo/unity2d-qt5 when I
execute "bzr branch lp:~fboucault/dee-qt/qt5" ?

Please, let me know :)

Thanks!

-- 
Andrea Grandi - Nokia Qt Ambassador
Ubuntu Member: https://launchpad.net/~andreagrandi
website: http://www.andreagrandi.it



References