From ba0779fe0b3ed3958457520ab50f219432ba1b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 20 May 2014 09:11:36 +0000 Subject: [PATCH] qt tools don't work in fedora/opensuse; 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 $@ $<