mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Add REQUIRES (and MODULE) lines so that the qt port builds with MOZ_TRACK_MODULE_DEPS. r=cls@seawood.org
This commit is contained in:
parent
225aa6fa96
commit
709300e29c
@ -30,6 +30,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfx_qt
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string widget view gfx2 uconv pref img dom util js appshell mozcomps windowwatcher unicharutil
|
||||
IS_COMPONENT = 1
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -26,7 +26,9 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = webshell_tests
|
||||
LIBRARY_NAME = viewer_qt_s
|
||||
REQUIRES = xpcom string docshell necko dom widget timer layout uriloader gfx2 webbrwsr webshell locale util
|
||||
|
||||
CPPSRCS = \
|
||||
nsQtMain.cpp \
|
||||
|
@ -27,8 +27,10 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = widget
|
||||
LIBRARY_NAME = widget_qt
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string layout dom gfx2 appshell pref uconv
|
||||
IS_COMPONENT = 1
|
||||
|
||||
CPPSRCS = \
|
||||
|
Loading…
Reference in New Issue
Block a user