[Webkit-unassigned] [Bug 53172] [Qt] Fix qt_minimal build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 08:28:16 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53172


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laszlo.1.gombos at nokia.com




--- Comment #3 from Csaba Osztrogonac <ossy at webkit.org>  2011-01-26 08:28:16 PST ---
After this fix is landed, I can make "Qt minimal" buildbot use minimal Qt instead of normal Qt. This bot will stand guard not to allow build breaks
in the future with minimal Qt.

qconfig-webkit-minimal.h:
#define QT_NO_ANIMATION
#define QT_NO_BEARERMANAGEMENT
#define QT_NO_CLIPBOARD
#define QT_NO_COMBOBOX
#define QT_NO_CONCURRENT
#define QT_NO_CRASHHANDLER
#define QT_NO_CURSOR
#define QT_NO_DESKTOPSERVICES
#define QT_NO_FILEDIALOG
#define QT_NO_GRAPHICSEFFECT
#define QT_NO_IM
#define QT_NO_INPUTDIALOG
#define QT_NO_LINEEDIT
#define QT_NO_MESSAGEBOX
#define QT_NO_OPENSSL
#define QT_NO_PRINTER
#define QT_NO_QUUID_STRING
#define QT_NO_SHORTCUT
#define QT_NO_STYLE_STYLESHEET
#define QT_NO_SYSTEMTRAYICON
#define QT_NO_TEMPORARYFILE
#define QT_NO_TOOLTIP
#define QT_NO_UITOOLS
#define QT_NO_UNDOCOMMAND
#define QT_NO_UNDOSTACK
#define QT_NO_XRENDER

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list