mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
wmake/rules/General: Add support for WM_SCHEDULER to the compilation of lex, yacc and moc files
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
SUFFIXES += .qt
|
||||
|
||||
qttoo = $(QTDIR)/bin/moc -f $< -o $(@D)/$(<F).C ; $(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|
||||
qttoo = $(WM_SCHEDULER) $(QTDIR)/bin/moc -f $< -o $(@D)/$(<F).C $(AND) \
|
||||
$(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|
||||
|
||||
Reference in New Issue
Block a user