mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
SUFFIXES += .qt
|
|
|
|
qttoo = $E $(call QUIET_MESSAGE,moc,$(<F)) \
|
|
$(WM_SCHEDULER) $(QTDIR)/bin/moc -f $< -o $(@D)/$(<F).C $(AND) \
|
|
$(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|