[Buildroot] Buildroot Qt Bug Found

Muhammed ER er.muhammed at gmail.com
Mon May 24 13:49:51 UTC 2010


Hi,
Today is my best because I found a bug in Qt Compiletion that was I need to
much for 3 months.

Compile Qt Phonon needs phonon,
-------------------------------------------------------------
ifeq ($(BR2_PACKAGE_QT_PHONON),y)
QT_CONFIGURE+= -phonon
QT_DEP_LIBS+=gstreamer gst-plugins-base
else
QT_CONFIGURE+= -no-phonon
endif
-----------------------------------------------------------------
and system install just base plugin...


But I need good, bad, ugly and base plugin.

------------------------------------------------------------------------
ifeq ($(BR2_PACKAGE_QT_PHONON),y)
QT_CONFIGURE+= -phonon
QT_DEP_LIBS+=gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad
gst-plugins-ugly
else
QT_CONFIGURE+= -no-phonon
endif
-----------------------------------------------------------------------

Thanks,
Muhammed ER.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100524/320f6323/attachment-0002.html>


More information about the buildroot mailing list