unity-dev team mailing list archive
-
unity-dev team
-
Mailing list archive
-
Message #00348
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
-
[Ayatana-dev] Unity-2D and Qt5
From: a.grandi@xxxxxxxxx, 2011-11-22
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: Florian Boucault, 2011-11-22
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: a.grandi@xxxxxxxxx, 2011-11-23
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: Andrew Starr-Bochicchio, 2011-11-23
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: a.grandi@xxxxxxxxx, 2011-11-24
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: Andrew Starr-Bochicchio, 2011-11-24
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: a.grandi@xxxxxxxxx, 2011-11-28
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: =?UTF-8?Q?Marco_Trevisan_=28Trevi=C3=B1o=29?=, 2011-11-28
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: a.grandi@xxxxxxxxx, 2011-11-29
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: =?UTF-8?Q?Marco_Trevisan_=28Trevi=C3=B1o=29?=, 2011-11-30
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: a.grandi@xxxxxxxxx, 2011-12-01
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: Olivier Tilloy, 2011-12-01
-
Re: [Ayatana-dev] Unity-2D and Qt5
From: a.grandi@xxxxxxxxx, 2011-12-01