From 22d3685846eb911d000f26280cee412c7ca817d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 26 May 2014 09:19:31 +0000 Subject: [PATCH] moc does not understand all flags; refs #40 --- src/makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.am b/src/makefile.am index ecf892c..1095cfe 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -42,7 +42,7 @@ rebuild-ts: ${LANG_TS} ${RCC} -o $@ $< moc_%.cxx: %.hxx - ${MOC} -DMOC ${CPPFLAGS} ${CXXFLAGS} -o $@ $< + ${MOC} -DMOC ${CPPFLAGS} -o $@ $< ui_%.hxx: %.ui ${UIC} -o $@ $<