detect moc and uic; refs #28

This commit is contained in:
Marc Wäckerlin
2014-04-03 15:00:31 +00:00
parent 4f4fd9a5a9
commit 8e5f024514
2 changed files with 12 additions and 2 deletions

View File

@@ -65,10 +65,10 @@ noinst_PROGRAMS = versiontest
versiontest_SOURCES = versiontest.cxx
%_ui.hxx: %.ui
uic -o $@ $<
@UIC@ -o $@ $<
moc_%.cxx: %.hxx
moc -o $@ $<
@MOC@ -o $@ $<
clean-local:
-rm -r ${QMAKE_TARGET}.app