diff options
author | Stijn Buys <ingar@osirion.org> | 2013-09-15 14:10:05 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-09-15 14:10:05 +0000 |
commit | 9c6a5358c0b22b87324280a97eed7d0f3c0bacaa (patch) | |
tree | 0e53d9ed6edf0d5fce2f1e1d6b51f373ec8cb5c2 /src | |
parent | 6e1dc30001d25f139dc2196d3fa99668879f385f (diff) |
Adds the --with-qt-moc option to the configure script.
Diffstat (limited to 'src')
-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 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 |