diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-21 15:43:34 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-21 15:43:34 +0200 |
commit | a4f6b307c0e497683eeab18f3c762c9f7e7543e1 (patch) | |
tree | d67d80f3de6858cefa024ce4e5a594fb888a262f | |
parent | 65f196f0c5758018cb738fee6fbae088d513b3bd (diff) |
Fix moc command name.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1afd35f..2ba1a5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -151,7 +151,7 @@ BUILT_SOURCES = $(miav_MOC) CLEANFILES = $(BUILT_SOURCES) %.moc.cc: %.h - moc -o $@ $< + $(QT_MOC) -o $@ $< %.h: %.ui $(UIC) -o $@ $< |