mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1567888 - remove unneeded QT-related rules and configure bits; r=nalexander
We needed these rules and bits for the QT widget port, but there's no longer a QT port in the tree, so we might as well remove them. Differential Revision: https://phabricator.services.mozilla.com/D38886 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
2959ff7f5e
commit
c27638c4bd
@ -729,21 +729,6 @@ $(COBJS):
|
||||
$(REPORT_BUILD_VERBOSE)
|
||||
$(CC) $(OUTOPTION)$@ -c $(COMPILE_CFLAGS) $($(notdir $<)_FLAGS) $(_VPATH_SRCS)
|
||||
|
||||
# DEFINES and ACDEFINES are needed here to enable conditional compilation of Q_OBJECTs:
|
||||
# 'moc' only knows about #defines it gets on the command line (-D...), not in
|
||||
# included headers like mozilla-config.h
|
||||
$(filter moc_%.cpp,$(CPPSRCS)): moc_%.cpp: %.h
|
||||
$(REPORT_BUILD_VERBOSE)
|
||||
$(MOC) $(DEFINES) $(ACDEFINES) $< $(OUTOPTION)$@
|
||||
|
||||
$(filter moc_%.cc,$(CPPSRCS)): moc_%.cc: %.cc
|
||||
$(REPORT_BUILD_VERBOSE)
|
||||
$(MOC) $(DEFINES) $(ACDEFINES) $(_VPATH_SRCS:.cc=.h) $(OUTOPTION)$@
|
||||
|
||||
$(filter qrc_%.cpp,$(CPPSRCS)): qrc_%.cpp: %.qrc
|
||||
$(REPORT_BUILD_VERBOSE)
|
||||
$(RCC) -name $* $< $(OUTOPTION)$@
|
||||
|
||||
ifdef ASFILES
|
||||
# The AS_DASH_C_FLAG is needed cause not all assemblers (Solaris) accept
|
||||
# a '-c' flag.
|
||||
|
@ -1848,9 +1848,6 @@ AC_SUBST(MOZ_ENABLE_STARTUP_NOTIFICATION)
|
||||
AC_SUBST_LIST(TK_CFLAGS)
|
||||
AC_SUBST_LIST(TK_LIBS)
|
||||
|
||||
AC_SUBST(MOC)
|
||||
AC_SUBST(RCC)
|
||||
|
||||
dnl ========================================================
|
||||
dnl =
|
||||
dnl = Components & Features
|
||||
|
Loading…
Reference in New Issue
Block a user