← Back to team overview

unity-dev team mailing list archive

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

 

Hi,

On 1 December 2011 15:54, Olivier Tilloy <olivier.tilloy@xxxxxxxxxxxxx> wrote:
> This is not enough. In a previous e-mail, Marco suggested that you need
> to update PREFIX, CPATH, LD_LIBRARY_PATH, LD_RUN_PATH, XDG_DATA_DIRS,
> XDG_CONDIG_DIRS and PKG_CONFIG_PATH with that prefix.

so the complete export would be:

export QTDIR=/opt/qt5

export PATH=$QTDIR/bin:$PATH
export PREFIX=$QTDIR/bin:$PREFIX
export CPATH=$QTDIR/bin:$CPATH
export LD_LIBRARY_PATH=$QTDIR/bin:$LD_LIBRARY_PATH

ecc....? I will make a building script with these commands, thanks!

-- 
Andrea Grandi - Nokia Qt Ambassador
website: http://www.andreagrandi.it



Follow ups

References