unity-dev team mailing list archive
-
unity-dev team
-
Mailing list archive
-
Message #00343
Re: [Ayatana-dev] Unity-2D and Qt5
Hi,
On 30 November 2011 15:22, Marco Trevisan (Treviño) <mail@xxxxxxxxx> wrote:
> It just seems to miss some Xlib inclusion...
yeah, but the problem looks like worse.
First of all, i've no problem building Unity-2D if I use the default
Qt 4.x available on my system.
To use the Qt5 I've built I do the following:
export QTDIR=/opt/qt5
export PATH=$QTDIR/bin:$PATH
and then I verify that qmake takes from the proper version:
andrea@centurion:~/Documents/sviluppo/unity-2d$ qmake -v
QMake version 2.01a
Using Qt version 5.0.0 in /opt/qt5/lib
after this verify I start compiling and after few minutes the compiler
stops giving me these errors: http://pastebin.com/icEjJc6P
what is strange is that in the log there are references to Qt4 libs,
why? Didn't I set the Qt5 as compilation libraries?
It looks like make/cmake/qmake are mixing Qt5 and Qt4 libs... a real mess.
Any idea? Thanks.
--
Andrea Grandi - Nokia Qt Ambassador
website: http://www.andreagrandi.it
Follow ups
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