File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ projectM_pulseaudio_qtheaders = \
1212nodist_projectM_pulseaudio_moc_sources = $(projectM_pulseaudio_qtheaders:.hpp=_moc.cpp )
1313
1414.hpp_moc.cpp :
15- $(MOC ) -o$@ $(DEFS ) $(DEFAULT_INCLUDES ) $(INCLUDES ) $( CPPFLAGS ) $ <
15+ $(MOC ) -o$@ $(DEFS ) $(DEFAULT_INCLUDES ) $(INCLUDES ) $<
1616
1717ui_PulseDeviceChooserDialog.h : PulseDeviceChooserDialog.ui
1818 $(UIC ) -o $@ $<
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ projectM_qt_qtheaders = qprojectm_mainwindow.hpp \
2121nodist_projectM_qt_moc_sources = $(projectM_qt_qtheaders:.hpp=_moc.cpp )
2222
2323.hpp_moc.cpp :
24- $(MOC ) -o$@ $(DEFS ) $(DEFAULT_INCLUDES ) $(INCLUDES ) $( CPPFLAGS ) $ <
24+ $(MOC ) -o$@ $(DEFS ) $(DEFAULT_INCLUDES ) $(INCLUDES ) $<
2525
2626ui_qprojectm_mainwindow.h : qprojectm_mainwindow.ui
2727 $(UIC ) -o $@ $<
You can’t perform that action at this time.
0 commit comments