зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
543a689061
Коммит
75d3aacb9f
|
@ -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 = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче