diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -750,7 +750,9 @@ MOCTST = $(shell which moc-qt4 2>/dev/null) ifeq '$(MOCTST)' '' MOCTST = $(shell which moc 2>/dev/null) ifeq '$(MOCTST)' '' +ifneq '$(MOC_FILES)' '' $(error Qt's Meta Object Compiler (moc) wasn't found!) +endif else MOC = $(MOCTST) endif |
