don't stop if qt is not found; more elegant way for adding qt rules

This commit is contained in:
Marc Wäckerlin
2015-03-05 13:21:20 +00:00
parent 0be9cb0b09
commit 8ef29e4e0c
2 changed files with 8 additions and 7 deletions

View File

@@ -58,12 +58,6 @@ endif
noinst_PROGRAMS = versiontest
versiontest_SOURCES = versiontest.cxx
%_ui.hxx: %.ui
@UIC@ -o $@ $<
moc_%.cxx: %.hxx
@MOC@ -o $@ $<
clean-local:
-rm -r ${QMAKE_TARGET}.app