From c37b257dabb1e4f3564ec917be91d98c7f966962 Mon Sep 17 00:00:00 2001 From: "ramiro%netscape.com" Date: Fri, 10 Sep 1999 22:07:50 +0000 Subject: [PATCH] Forgot some stuff. --- webshell/embed/xlib/qt/Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webshell/embed/xlib/qt/Makefile.in b/webshell/embed/xlib/qt/Makefile.in index 70b6154ef1c..180dd62f524 100644 --- a/webshell/embed/xlib/qt/Makefile.in +++ b/webshell/embed/xlib/qt/Makefile.in @@ -27,7 +27,14 @@ include $(DEPTH)/config/autoconf.mk PROGRAM = embed_xlib_into_qt +MOCSRCS = \ + moc_MainWidget.cpp \ + moc_QMozillaContainer.cpp \ + moc_nsQtEventProcessor.cpp \ + $(NULL) + CPPSRCS = \ + $(MOCSRCS) \ MainWidget.cpp \ QMozillaContainer.cpp \ nsEmbedXlibIntoQt.cpp \