Fix Qt Gfx build bustage when using shared image surfaces. No bug

This commit is contained in:
Doug Turner 2010-04-02 11:11:31 -07:00
parent 2e3a88b480
commit de5f5f3208

View File

@ -140,7 +140,7 @@ CPPSRCS += gfxDirectFBSurface.cpp
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),qt)
CPPSRCS += gfxQtPlatform.cpp gfxQPainterSurface.cpp
CPPSRCS += gfxQtPlatform.cpp gfxQPainterSurface.cpp gfxSharedImageSurface.cpp
CPPSRCS += gfxXlibSurface.cpp gfxQtNativeRenderer.cpp
ifdef MOZ_PANGO
CPPSRCS += gfxPangoFonts.cpp