summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-05-21 15:43:34 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-05-21 15:43:34 +0200
commita4f6b307c0e497683eeab18f3c762c9f7e7543e1 (patch)
treed67d80f3de6858cefa024ce4e5a594fb888a262f /src
parent65f196f0c5758018cb738fee6fbae088d513b3bd (diff)
Fix moc command name.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
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 $@ $<