Using software.opensuse.org/search, you can search for "qt4" with SLE 10 as the selected distro. This will give you the results for everything containing packages with qt4 in the name. Then looking at the project pages, you'll see taht KDE:Qt44 produces libqt4. So, you just need to add KDE:Qt44 as a path in your project SLE_10 build repository
osc meta prj <PROJECT>
<repository name="SLE_10"> + <path repository="SLE_10" project="KDE:Qt44"/> <path repository="standard" project="SUSE:SLE-10:SDK"/> <arch>i586>/arch> <arch>x86_64</arch> </repository> You could potentially get libqt4 from some other project that's already building it. I just selected one of the first hits that looked good. There may be a more "official" version somewhere. On Tue, 2008-11-04 at 15:35 +0100, Joop Boonen wrote:
All,
I want to build a package that needs qt4 on SLE 10. Does anyone know who i can add qt4 during the build, as it's not a standard part of SLE 10.
Regards,
Joop.
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org