as part of my qt-creator-git rpm package (available for openSUSE (10.3-
Factory), SLE (10-11) and Fedora 11) I integrated such a fix which I extracted 
from my patch and attached to this email
-> this should solve the problem
Someone should include that upstream, I think...


Nico

PS: If you want to have a look at the package itself or download it, have a 
look at the following links:
https://build.opensuse.org/package/show?package=qt-creator-
git&project=home%3ANicoK
http://download.opensuse.org/repositories/home:/NicoK/

On Monday 29 June 2009 00:11:38 Itamar Reis Peixoto wrote:
> 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
>
>
> ------------
>
> 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
diff -U 3 -H -d -r -N -- qt-creator-git/qtcreator.pri qt-creator-git.new/qtcreator.pri
--- qt-creator-git/qtcreator.pri	2009-06-23 00:23:20.000000000 +0200
+++ qt-creator-git.new/qtcreator.pri	2009-06-23 02:00:11.000000000 +0200
@@ -36,7 +36,11 @@
 }
 
 isEmpty(IDE_LIBRARY_BASENAME) {
+  linux-*64 {
+    IDE_LIBRARY_BASENAME = lib64
+  } else {
     IDE_LIBRARY_BASENAME = lib
+  }
 }
 
 DEFINES += IDE_LIBRARY_BASENAME=\\\"$$IDE_LIBRARY_BASENAME\\\"

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to