[Qt-creator] qt-creator 1.2 and lib64
Markos Chandras
hwoarang at gentoo.org
Mon Jun 29 22:00:03 CEST 2009
> in Fedora systems, all 64 bit's packages should use /usr/lib64 and 32
> bit's /usr/lib
>
> anyone can write a patch to fix this issue in qt-creator 1.2 ?
>
> 32 bit linux -> /usr/lib/qtcreator
> 64 bit linux -> /usr/lib64/qtcreator
>
> I need to fix this issue to make qt-creator 1.2 available in fedora repo's
You are not the only one who notices this issue. I ve informed upstream as
well in the past but anyway
This is what I do for Gentoo linux ebuild
eqmake4 ${MY_PN}.pro IDE_LIBRARY_BASENAME="$(get_libdir)"
So basically you need to specify IDE_LIBRARY_BASENAME variable when you run
qmake
For an amd64 system this should be
qmake IDE_LIBRARY_BASENAME=/usr/lib64 qtcreator.pro
Cheers
>
>
> ------------
>
> Itamar Reis Peixoto
>
> e-mail/msn: itamar at ispbrasil.com.br
> sip: itamar at ispbrasil.com.br
> skype: itamarjp
> icq: 81053601
> +55 11 4063 5033
> +55 34 3221 8599
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
--
Markos Chandras (hwoarang)
Gentoo Linux Developer [KDE/Qt/Sunrise/Sound]
Web: http://hwoarang.silverarrow.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090629/5463d86e/attachment.bin
More information about the Qt-creator-old
mailing list