← Back to team overview

unity-dev team mailing list archive

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

 

On 2011-12-01, a.grandi@xxxxxxxxx <a.grandi@xxxxxxxxx> wrote:
> 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

Likely not. I guess PREFIX should be the same as QTDIR. LD_LIBRARY_PATH
should contain the path(s) that contain the Qt5 libraries (something
like /opt/qt5/lib ?), and so on… Each environment variable has a
specific meaning, they’re not meant to point all of them to the same
location.



References