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:
dbaron%fas.harvard.edu 2001-05-07 23:20:43 +00:00
Родитель 225aa6fa96
Коммит 709300e29c
3 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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 = \