aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 6ab2094d14..66fe243493 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -71,17 +71,17 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap $(LIBGCRYPT_CFLAGS) $(LIBG
SUFFIXES = .moc.cpp .qrc .rcc.cpp
.h.moc.cpp:
- moc -I.. -I../.. -o $@ $<
+ $(MOC) -I.. -I../.. -o $@ $<
.qrc.rcc.cpp:
rcc -name `basename $< .qrc` -o $@ $<
ui_%.h: %.ui
- uic $< -o $@
+ $(UIC) $< -o $@
# The Qt toolchain uses the naming convention moc_FOO.cpp. Should we do the same?
#moc_%.cpp: %.h
-# moc $< -o $@
+# $(MOC) $< -o $@
capture_preferences_frame.cpp capture_preferences_frame.h: ui_capture_preferences_frame.h