From 9c6a5358c0b22b87324280a97eed7d0f3c0bacaa Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 15 Sep 2013 14:10:05 +0000 Subject: Adds the --with-qt-moc option to the configure script. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 35d1496..ca93392 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,5 +28,5 @@ nodist_editor_SOURCES = \ # This rule lets GNU make create any moc_*.cpp from the equivalent *.h moc_%.cc: %.h - moc $< -o $@ + $(QTMOC) $< -o $@ \ No newline at end of file -- cgit v1.2.3