> 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: [email protected]
> sip: [email protected]
> skype: itamarjp
> icq: 81053601
> +55 11 4063 5033
> +55 34 3221 8599
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-creator
--
Markos Chandras (hwoarang)
Gentoo Linux Developer [KDE/Qt/Sunrise/Sound]
Web: http://hwoarang.silverarrow.org
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
