Changeset 3301 for trunk/kBuild/units
- Timestamp:
- Nov 5, 2019, 12:07:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/qt5.kmk
r3284 r3301 807 807 $(value _UNIT_QT5_MOC_HPP_CMDS_DEP) \ 808 808 | \ 809 $(orderdeps) 809 $(orderdeps) $(my_target_intermediate_vars) 810 810 %$$(call MSG_TOOL,moc,$(target),$(source),$$@) 811 811 $(QUIET2)$(RM) -f $(out) $(more_output) $(maybe_output) $(dep) … … 907 907 $(value _UNIT_QT5_MOC_CPP_CMDS_DEP) \ 908 908 | \ 909 $(orderdeps) 909 $(orderdeps) $(my_target_intermediate_vars) 910 910 %$$(call MSG_TOOL,moc,$(target),$(source),$$@) 911 911 $(QUIET2)$(RM) -f $(out) $(more_output) $(maybe_output) $(dep) … … 1090 1090 $(eval $(target)_INCS += $(qtmocdir) $(qtuicdir)) 1091 1091 1092 # Since we add a lot of stuff to 2_INTERMEDIATES, we must exclude it from the intermediates 1093 # used by the rules we generate to avoid circular dependencies. 1094 local my_target_intermediate_vars := $(filter-out %_2_INTERMEDIATES$(CLOSEPAR),$(target_intermediate_vars)) 1095 1092 1096 # Deal with QT_MOCSRCS. 1093 1097 $(foreach source, \
Note:
See TracChangeset
for help on using the changeset viewer.