Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-09-15 14:10:05 +0000
committerStijn Buys <ingar@osirion.org>2013-09-15 14:10:05 +0000
commit9c6a5358c0b22b87324280a97eed7d0f3c0bacaa (patch)
tree0e53d9ed6edf0d5fce2f1e1d6b51f373ec8cb5c2 /src
parent6e1dc30001d25f139dc2196d3fa99668879f385f (diff)
Adds the --with-qt-moc option to the configure script.
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 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