On 2011-12-01, [email protected] <[email protected]> wrote: > Hi, > > On 1 December 2011 15:54, Olivier Tilloy <[email protected]> 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. _______________________________________________ Mailing list: https://launchpad.net/~ayatana-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-dev More help : https://help.launchpad.net/ListHelp

